aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/pcemu
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-24 07:03:18 +0800
committermiwi <miwi@FreeBSD.org>2008-03-24 07:03:18 +0800
commit2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch)
tree5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /emulators/pcemu
parent36fbb34bc519394874f58b5d9416ca6148c891ed (diff)
downloadfreebsd-ports-graphics-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz
freebsd-ports-graphics-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst
freebsd-ports-graphics-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/pcemu')
-rw-r--r--emulators/pcemu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile
index 398943ac0bb..6d63dfd2e6d 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>