aboutsummaryrefslogtreecommitdiff
path: root/editors/aee
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-23 11:11:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-23 11:11:33 +0000
commitc4c8f4be4536497618de854065bf169361a7ad2b (patch)
tree965f82d89155ed89bcaf360c6ab2b1ed750b5314 /editors/aee
parent8e81e236966d75c66033bf5e81aaa65ece61e8d7 (diff)
downloadports-c4c8f4be4536497618de854065bf169361a7ad2b.tar.gz
ports-c4c8f4be4536497618de854065bf169361a7ad2b.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=209620
Diffstat (limited to 'editors/aee')
-rw-r--r--editors/aee/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/aee/Makefile b/editors/aee/Makefile
index 54c9bfdcc7d2..fb4cd6671965 100644
--- a/editors/aee/Makefile
+++ b/editors/aee/Makefile
@@ -7,6 +7,7 @@
PORTNAME= aee
PORTVERSION= 2.2.15b
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://mahon.cwx.net/sources/
@@ -21,7 +22,7 @@ OPTIONS= XAE "Build X11 version 'xae'" off
ALL_TARGET= main
PLIST_SUB= XAE="@comment "
.else
-USE_XLIB= yes
+USE_XORG= x11
ALL_TARGET= both
PLIST_SUB= XAE=""
.endif