summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-05 18:34:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-05 18:34:52 +0000
commit1b219802879b37aebd334933104c59869d2c2cf7 (patch)
tree20dceb6965b302430d52c708689082f02f430cfc /graphics
parentAdd ruby-eb, Ruby bind of EB library. (diff)
Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
work with both XFree86-3 and XFree86-4.
Notes
Notes: svn path=/head/; revision=32320
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fxtv/Makefile2
-rw-r--r--graphics/xfig-devel/Makefile2
-rw-r--r--graphics/xfig/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile
index d727e1cf02e9..b6b9146513c8 100644
--- a/graphics/fxtv/Makefile
+++ b/graphics/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.
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile
index 56efa0972782..9bfa2ceb5103 100644
--- a/graphics/xfig-devel/Makefile
+++ b/graphics/xfig-devel/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION}.full
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
+ Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index 56efa0972782..9bfa2ceb5103 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION}.full
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
+ Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}