diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 21:43:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 21:43:02 +0000 |
commit | 7d20ef9811ab05a11a26d6d9ad094232177a5bb5 (patch) | |
tree | bd32ed7f7e7b64a00aa12cc9947ea970c460d843 /emulators/vice | |
parent | d567c4c25ffb2cd933f753aeb0c00d9c5b3dfd8c (diff) |
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
Notes
Notes:
svn path=/head/; revision=313760
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 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" |