diff options
author | asami <asami@FreeBSD.org> | 2000-09-06 02:34:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-06 02:34:52 +0800 |
commit | 11a74e8c90436dd695c832e2318b5d3453268f69 (patch) | |
tree | 90ad7fabdaefcca3418a8a93ac12d36563054cad /math/siag | |
parent | a0c49a8e0f96b81ba94ccefae9d9bb3fe61fe768 (diff) | |
download | freebsd-ports-gnome-11a74e8c90436dd695c832e2318b5d3453268f69.tar.gz freebsd-ports-gnome-11a74e8c90436dd695c832e2318b5d3453268f69.tar.zst freebsd-ports-gnome-11a74e8c90436dd695c832e2318b5d3453268f69.zip |
Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
work with both XFree86-3 and XFree86-4.
Diffstat (limited to 'math/siag')
-rw-r--r-- | math/siag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile index 81e035e93fe2..4318f3b74f46 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.siag.nu/pub/siag/ \ MAINTAINER= mi@aldan.algebra.com -LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ +LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \ Magick:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ mswordview:${PORTSDIR}/textproc/mswordview \ |