diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2000-12-29 16:18:24 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2000-12-29 16:18:24 +0000 |
commit | 22d9d76d60a5cd771a61f15e3dab0c59f3925f12 (patch) | |
tree | ff56d19f7bc6eb7e4511cfb0541ca186788221a4 /math/oleo | |
parent | a52c0977b6f10c85e6d775cc5e0ee67a76843656 (diff) | |
download | ports-22d9d76d60a5cd771a61f15e3dab0c59f3925f12.tar.gz ports-22d9d76d60a5cd771a61f15e3dab0c59f3925f12.zip |
Notes
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 |