diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-18 02:47:18 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-18 02:47:18 +0800 |
commit | a972e0752f416c0521265eb6b9c2379b86939e0f (patch) | |
tree | d9ea08958279860c15e5999f3417324cc3dddfe2 /emulators | |
parent | d65fc8588e1fc193afc22f8876e978fe07b26baa (diff) | |
download | freebsd-ports-gnome-a972e0752f416c0521265eb6b9c2379b86939e0f.tar.gz freebsd-ports-gnome-a972e0752f416c0521265eb6b9c2379b86939e0f.tar.zst freebsd-ports-gnome-a972e0752f416c0521265eb6b9c2379b86939e0f.zip |
- set USE_XORG
- drop X_CLIENTS_PORT
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index cca7f6f13c80..8d9df3482ed5 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -6,7 +6,7 @@ PORTNAME= vice PORTVERSION= 1.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.viceteam.org/online/ \ http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ @@ -16,7 +16,9 @@ PKGNAMESUFFIX?= ${GNOME_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Emulator for Commodore C64, C128, VIC20, PET, and CBM-II -BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale LIB_DEPENDS= png:${PORTSDIR}/graphics/png .if !defined(VICE_WITH_GNOME) LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d @@ -24,7 +26,7 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d RESTRICTED= "ROMs are copyrighted by Commodore Business Machines" -USE_XPM= yes +USE_XORG= xpm xext xv x11 xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes xv USE_GMAKE= yes USE_GCC= 3.4+ GNU_CONFIGURE= yes |