[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
This commit is contained in:
Edwin Groothuis 2007-09-23 11:19:50 +00:00
parent 8a051e0d27
commit 5f735bffb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199970

View File

@ -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