diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2000-12-30 00:18:24 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2000-12-30 00:18:24 +0800 |
commit | f01129b57e6d683b0bc6ee620ca013dcdcf3086a (patch) | |
tree | 55e7deb9e5fca55811868eb18b22e417c64e52fe /math/oleo | |
parent | 597977aa64563009a38871386cd2f614692ad8ce (diff) | |
download | freebsd-ports-gnome-f01129b57e6d683b0bc6ee620ca013dcdcf3086a.tar.gz freebsd-ports-gnome-f01129b57e6d683b0bc6ee620ca013dcdcf3086a.tar.zst freebsd-ports-gnome-f01129b57e6d683b0bc6ee620ca013dcdcf3086a.zip |
Update of LIB_DEPENDS due to update of xbae to version 4.8.4.
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 8f2d425d1cb8..19babab4287c 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 |