diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-05 18:34:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-05 18:34:52 +0000 |
commit | 1b219802879b37aebd334933104c59869d2c2cf7 (patch) | |
tree | 20dceb6965b302430d52c708689082f02f430cfc /graphics/xfig/Makefile | |
parent | Add 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.
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |