aboutsummaryrefslogtreecommitdiff
path: root/graphics/aalib
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 11:19:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 11:19:50 +0000
commit5f735bffb361be389acf9a85198175fc470ab22f (patch)
tree1d4dcb728dc68b331c4757fe9837fe8212e96ffa /graphics/aalib
parent8a051e0d27dc89e052d4e1dab025fafdcf53fcc1 (diff)
downloadports-5f735bffb361be389acf9a85198175fc470ab22f.tar.gz
ports-5f735bffb361be389acf9a85198175fc470ab22f.zip
[DEPS] graphics/aalib USE_XLIB -> USE_XORG
This port requires only USE_XORG= x11 (tested with tinderbox) PR: ports/115464 Submitted by: Martin Matuska <mm@FreeBSD.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=199970
Diffstat (limited to 'graphics/aalib')
-rw-r--r--graphics/aalib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile
index 26ef2797df0e..5ba658fde701 100644
--- a/graphics/aalib/Makefile
+++ b/graphics/aalib/Makefile
@@ -7,7 +7,7 @@
PORTNAME= aalib
PORTVERSION= 1.4.r5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= aa-project
@@ -23,7 +23,7 @@ INSTALLS_SHLIB= yes
INFO= aalib
.if !defined(WITHOUT_X11)
-USE_XLIB= yes
+USE_XORG= x11
CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \
--x-libraries="${X11BASE}/lib"
.else