aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-06-29 18:09:21 +0800
committervanilla <vanilla@FreeBSD.org>2005-06-29 18:09:21 +0800
commit9c5c7e8e85430258dae89f55f3eafa432427d3ff (patch)
treee16cd034cd1a22bfa1d1c9aac863b1f398ebba88 /graphics
parentc5dbd735a55dd04565486019166481a07d31ab0b (diff)
downloadfreebsd-ports-gnome-9c5c7e8e85430258dae89f55f3eafa432427d3ff.tar.gz
freebsd-ports-gnome-9c5c7e8e85430258dae89f55f3eafa432427d3ff.tar.zst
freebsd-ports-gnome-9c5c7e8e85430258dae89f55f3eafa432427d3ff.zip
add USE_XLIB when !WITHOUT_X11.
Submitted by: Jeremy Prior <jez@netcraft.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/imlib2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index 93e802cd2062..86ac7d6b8407 100644
--- a/graphics/imlib2/Makefile
+++ b/graphics/imlib2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= imlib2
PORTVERSION= 1.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://enlightenment.freedesktop.org/files/
@@ -38,6 +38,8 @@ CONFIGURE_ARGS+= --enable-mmx
.if defined(WITHOUT_X11)
CONFIGURE_ARGS+= --without-x
PLIST_SUB= X11="@comment "
+.else
+USE_XLIB= yes
.endif
post-patch: