summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-05-04 16:03:54 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-05-04 16:03:54 +0000
commitdfdc0ad607b928cf201261d0bb51207f6d411162 (patch)
treed5c860e11a7233c1bc104171c852b420ffb6bb02 /emulators/vice
parent- use gtk20 and make it default (diff)
- use gtk20 and make it default
- drop option VICE_WITH_GNOME - new option VICE_WITHOUT_GNOME for lite package, will build with Xaw (not3d) - new option VICE_WITH_XAW3D for classic package, will build with Xaw3d
Notes
Notes: svn path=/head/; revision=212598
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 6a01b766d8a3..4ad5813a32b9 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -26,7 +26,8 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
RESTRICTED= "ROMs are copyrighted by Commodore Business Machines"
-USE_XORG= xpm xext xv x11 xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes xv
+USE_XORG= xpm ice sm xext xv xt x11 xmu
+USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_ENV+= MAKEINFOFLAGS="--no-split"
@@ -44,6 +45,7 @@ CONFLICTS?= vice-1.* vice-xaw3d-1.*
.else
CONFIGURE_ARGS= --without-xaw3d --disable-gnomeui
CONFLICTS?= vice-xaw3d-1.* vice-gnome-1.*
+USE_XORG+= xaw
.endif
.endif