From 5f735bffb361be389acf9a85198175fc470ab22f Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 23 Sep 2007 11:19:50 +0000 Subject: [DEPS] graphics/aalib USE_XLIB -> USE_XORG This port requires only USE_XORG= x11 (tested with tinderbox) PR: ports/115464 Submitted by: Martin Matuska Approved by: maintainer timeout --- graphics/aalib/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3