aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-30 10:43:21 +0800
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-30 10:43:21 +0800
commit57d5277a3652d8c705d5e75134a86a3767fd73e9 (patch)
tree84b4390fb25f0268c77f73b810aaacb48b54ea1c
parentd2b9a0ba5ba01608cd1cc778cae51631ad251c22 (diff)
downloadfreebsd-ports-57d5277a3652d8c705d5e75134a86a3767fd73e9.tar.gz
freebsd-ports-57d5277a3652d8c705d5e75134a86a3767fd73e9.tar.zst
freebsd-ports-57d5277a3652d8c705d5e75134a86a3767fd73e9.zip
use WITHOUT_X11 instead of WITH_X11
bump PORTREVISION
Notes
Notes: svn path=/head/; revision=58349
-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"