aboutsummaryrefslogtreecommitdiff
path: root/emulators/gxemul
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/gxemul
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/gxemul')
-rw-r--r--emulators/gxemul/Makefile3
1 files changed, 2 insertions, 1 deletions
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: