diff options
author | asami <asami@FreeBSD.org> | 2000-09-05 18:34:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-05 18:34:52 +0000 |
commit | 11a74e8c90436dd695c832e2318b5d3453268f69 (patch) | |
tree | 90ad7fabdaefcca3418a8a93ac12d36563054cad /multimedia | |
parent | a0c49a8e0f96b81ba94ccefae9d9bb3fe61fe768 (diff) | |
download | FreeBSD-ports-11a74e8c90436dd695c832e2318b5d3453268f69.zip FreeBSD-ports-11a74e8c90436dd695c832e2318b5d3453268f69.tar.gz |
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 'multimedia')
-rw-r--r-- | multimedia/fxtv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index d727e1c..b6b9146 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= aa8vb@nc.rr.com LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d + Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d # This program does not actually require the programs below unless you # use audio/video recording and/or playback and save to a non-raw format. |