From 7d20ef9811ab05a11a26d6d9ad094232177a5bb5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 9 Mar 2013 21:43:02 +0000 Subject: 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 --- emulators/vice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/vice') 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" -- cgit v1.2.3