diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
commit | 2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch) | |
tree | 5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /emulators | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/adamem/Makefile | 5 | ||||
-rw-r--r-- | emulators/gnuboy/Makefile | 4 | ||||
-rw-r--r-- | emulators/gxemul/Makefile | 3 | ||||
-rw-r--r-- | emulators/mtools/Makefile | 4 | ||||
-rw-r--r-- | emulators/pcemu/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile index 71733620ba62..676ce8e32b4a 100644 --- a/emulators/adamem/Makefile +++ b/emulators/adamem/Makefile @@ -7,7 +7,7 @@ PORTNAME= adamem PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.komkon.org/~dekogel/files/coleco/ DISTNAME= ${PORTNAME} @@ -16,8 +16,7 @@ MAINTAINER= karlj000@unbc.ca COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator NO_WRKSUBDIR= yes -USE_XLIB= yes -USE_X_PREFIX= yes +USE_XORG= sm x11 xau xext xfixes xi xrandr ALL_TARGET= x PROGDIR= ${PREFIX}/${PORTNAME} diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index ea564a05647a..b4d461dd1e85 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnuboy PORTVERSION= 1.0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators games MASTER_SITES= http://gnuboy.unix-fu.org/src/ \ http://brightrain.aerifal.cx/~laguna/src/ @@ -19,7 +19,7 @@ COMMENT= Nintendo GameBoy emulator LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib USE_SDL= sdl -USE_XLIB= yes +USE_XORG= x11 USE_AUTOTOOLS= autoconf:261 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index e849d844836a..04336cded0f4 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -7,6 +7,7 @@ PORTNAME= gxemul PORTVERSION= 0.4.6.2 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ \ ${MASTER_SITE_LOCAL} @@ -32,7 +33,7 @@ OPTIONS= X11 "X11 support" on .if defined(WITHOUT_X11) CONFIGURE_ARGS+=--disable-x .else -USE_XLIB= yes +USE_XORG= x11 .endif post-patch: diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index d526a3e0ee17..6cce9dfc1d3b 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= mtools PORTVERSION= 3.9.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \ http://mtools.linux.lu/ @@ -21,7 +21,7 @@ COMMENT= A collection of tools for manipulating MSDOS files GNU_CONFIGURE= yes .if !defined(WITHOUT_X11) -USE_XLIB= yes +USE_XORG= x11 CONFIGURE_ARGS= --enable-xdf --enable-floppyd PLIST_SUB= WITH_X11="" .else diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 398943ac0bb8..6d63dfd2e6d8 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcemu PORTVERSION= 1.01b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators # # This could in theory become a chicken-and-egg problem. Anyway, @@ -30,7 +30,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -USE_XLIB= yes +USE_XORG= x11 xext MAKE_ENV= FILESDIR=${FILESDIR} .include <bsd.port.mk> |