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 /emulators/vice | |
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.
Notes
Notes:
svn path=/head/; revision=32320
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index ac358531fa15..dc73e024c398 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ MAINTAINER= dchapes@ddm.on.ca -LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d WRKSRC= ${WRKDIR}/vice-1.2 USE_XLIB= yes |