aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-02-11 12:14:01 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-02-11 12:14:01 +0000
commit13eb818c698158de26666f25e9fc9e902c342a45 (patch)
treee9609d8f86fe7da8e215e1fe8979ca585faf728d /graphics
parent2402ebb093d1fb50449ac92790d09eba4673f76c (diff)
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libcaca/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile
index 200942101b55..39720a8cffe3 100644
--- a/graphics/libcaca/Makefile
+++ b/graphics/libcaca/Makefile
@@ -6,7 +6,7 @@
PORTNAME= libcaca
PORTVERSION= 0.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://sam.zoy.org/projects/libcaca/
@@ -23,15 +23,15 @@ CONFIGURE_ARGS= --enable-ncurses --disable-doc
MAN1= caca-config.1 cacademo.1 cacaview.1
.if defined(WITHOUT_X11)
-CONFIGURE_ARGS+= --disable-imlib2 --disable-x11
+CONFIGURE_ARGS+= --disable-x11
.else
USE_XLIB= yes
+.endif
.if defined(WITHOUT_IMLIB2)
CONFIGURE_ARGS+= --disable-imlib2
.else
LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2
.endif
-.endif
.include <bsd.port.pre.mk>