diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-10 05:43:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-10 05:43:02 +0800 |
commit | 11cdd557db2e22c7f1ad5e873d0a4397068caf5e (patch) | |
tree | bd32ed7f7e7b64a00aa12cc9947ea970c460d843 /emulators | |
parent | 6607e5826c610a31e5dfd291ea1f5b1a83ff6131 (diff) | |
download | freebsd-ports-gnome-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.tar.gz freebsd-ports-gnome-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.tar.zst freebsd-ports-gnome-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.zip |
Get rid of XAWVER option in bsd.port.mk it does not need to be specified there also remove a useless global XAWVER PLIST_SUB
Diffstat (limited to 'emulators')
-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 ca4f0d9d7ab1..ba42dd4a25e2 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ gif:${PORTSDIR}/graphics/giflib \ mp3lame:${PORTSDIR}/audio/lame .if defined(VICE_WITH_XAW3D) -LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d .endif RESTRICTED= "ROMs are copyrighted by Commodore Business Machines" |