aboutsummaryrefslogtreecommitdiff
path: root/graphics/iulib/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-06-17 22:31:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-06-17 22:31:37 +0000
commit611a2602d54fcc4dfb98c34a0388cc178bbd970a (patch)
treeb6d1670f3d9805db1c08056def800c32574a8265 /graphics/iulib/Makefile
parente9688c09b82da55f4696ae89f99e8e607d256987 (diff)
downloadports-611a2602d54fcc4dfb98c34a0388cc178bbd970a.tar.gz
ports-611a2602d54fcc4dfb98c34a0388cc178bbd970a.zip
Notes
Diffstat (limited to 'graphics/iulib/Makefile')
-rw-r--r--graphics/iulib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/iulib/Makefile b/graphics/iulib/Makefile
index bffd9395aac2..d80ad9fdcb1e 100644
--- a/graphics/iulib/Makefile
+++ b/graphics/iulib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= iulib
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
EXTRACT_SUFX= .tgz
@@ -32,8 +33,10 @@ CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
.if !defined(WITH_SDL)
CONFIGURE_ARGS+=--without-SDL
+PLIST_SUB+= SDL="@comment "
.else
-USE_SDL= sdl
+USE_SDL= sdl gfx
+PLIST_SUB+= SDL=""
.endif
.if defined(WITH_VIDIO)