diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2000-12-29 16:18:24 +0000 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2000-12-29 16:18:24 +0000 |
commit | f01129b57e6d683b0bc6ee620ca013dcdcf3086a (patch) | |
tree | 55e7deb9e5fca55811868eb18b22e417c64e52fe /math | |
parent | 597977aa64563009a38871386cd2f614692ad8ce (diff) | |
download | FreeBSD-ports-f01129b57e6d683b0bc6ee620ca013dcdcf3086a.zip FreeBSD-ports-f01129b57e6d683b0bc6ee620ca013dcdcf3086a.tar.gz |
Update of LIB_DEPENDS due to update of xbae to version 4.8.4.
Diffstat (limited to 'math')
-rw-r--r-- | math/oleo/Makefile | 2 | ||||
-rw-r--r-- | math/xmgr/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 8f2d425..19babab 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext .if defined(WITH_MOTIF) LIB_DEPENDS+= plot.3:${PORTSDIR}/graphics/plotutils \ - Xbae.7:${PORTSDIR}/x11-toolkits/xbae + Xbae.8:${PORTSDIR}/x11-toolkits/xbae .endif USE_XLIB= yes diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 8fafb5e..f1401a7 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -17,7 +17,7 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE BUILD_DEPENDS= ${X11BASE}/lib/libhlpclient.a:${PORTSDIR}/x11/libhelp \ ${LOCALBASE}/lib/libmfhdf.a:${PORTSDIR}/graphics/hdf -LIB_DEPENDS= Xbae.7:${PORTSDIR}/x11-toolkits/xbae +LIB_DEPENDS= Xbae.8:${PORTSDIR}/x11-toolkits/xbae USE_X_PREFIX= YES USE_MOTIF= YES |