summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-30 02:43:21 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-30 02:43:21 +0000
commit57d5277a3652d8c705d5e75134a86a3767fd73e9 (patch)
tree84b4390fb25f0268c77f73b810aaacb48b54ea1c /graphics
parentbzip2 -> ${BZIP2_CMD} (diff)
use WITHOUT_X11 instead of WITH_X11
bump PORTREVISION
Notes
Notes: svn path=/head/; revision=58349
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aalib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile
index 4cc169b8d42c..a8ce3c002d4b 100644
--- a/graphics/aalib/Makefile
+++ b/graphics/aalib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= aalib
PORTVERSION= 1.4.r5
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= aa-project
@@ -18,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.0
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-.if defined(WITH_X11)
+.if !defined(WITHOUT_X11)
USE_XLIB= yes
CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \
--x-libraries="${X11BASE}/lib"