aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcemu
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-23 23:03:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-23 23:03:18 +0000
commit06aa815303d09728523a1521f001bd7d8ac0ff16 (patch)
tree8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /emulators/pcemu
parent7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff)
downloadports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz
ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209644
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 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>