summaryrefslogtreecommitdiffstats
path: root/graphics/aalib/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-30 02:43:21 +0000
committerijliao <ijliao@FreeBSD.org>2002-04-30 02:43:21 +0000
commitdb7c348f23211b815f05ee1c69c91e4ed65ca120 (patch)
tree2908b7f646e99f356cfa0c8a915cb4fdfbd388eb /graphics/aalib/Makefile
parentde788a4f9472362ee6ae45c91f248add89e9537d (diff)
downloadFreeBSD-ports-db7c348f23211b815f05ee1c69c91e4ed65ca120.zip
FreeBSD-ports-db7c348f23211b815f05ee1c69c91e4ed65ca120.tar.gz
use WITHOUT_X11 instead of WITH_X11
bump PORTREVISION
Diffstat (limited to 'graphics/aalib/Makefile')
-rw-r--r--graphics/aalib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile
index 4cc169b..a8ce3c0 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"
OpenPOWER on IntegriCloud