diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-04 16:03:54 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-04 16:03:54 +0000 |
commit | dfdc0ad607b928cf201261d0bb51207f6d411162 (patch) | |
tree | d5c860e11a7233c1bc104171c852b420ffb6bb02 /emulators/vice | |
parent | 6c3defd24fbb75aee9b29fe141199ca295f8ac54 (diff) | |
download | ports-dfdc0ad607b928cf201261d0bb51207f6d411162.tar.gz ports-dfdc0ad607b928cf201261d0bb51207f6d411162.zip |
Notes
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 4 |
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 |