diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-23 11:19:50 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-23 11:19:50 +0000 |
commit | af3ab2c27763e5e55aa456a9496ef0e234d36b7a (patch) | |
tree | ad40e9c7743d676aa47ff7f99f488cbf4769c2aa /graphics/aalib | |
parent | a7be4829ea31bc22dc8d88806cfd064f7701a574 (diff) | |
download | FreeBSD-ports-af3ab2c27763e5e55aa456a9496ef0e234d36b7a.zip FreeBSD-ports-af3ab2c27763e5e55aa456a9496ef0e234d36b7a.tar.gz |
[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
Diffstat (limited to 'graphics/aalib')
-rw-r--r-- | graphics/aalib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 26ef279..5ba658f 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 |