aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-07-26 23:46:10 +0800
committerdinoex <dinoex@FreeBSD.org>2006-07-26 23:46:10 +0800
commitdcb2351aeaf9f67846000cff56074b7fad146c2a (patch)
tree77bc0d31d5342dd9d62c8055a4c2088aa9b09d56 /x11-toolkits/gnustep-back
parentbd7c8e09f00eeccee790e9d8f446b7221b22fc88 (diff)
downloadfreebsd-ports-gnome-dcb2351aeaf9f67846000cff56074b7fad146c2a.tar.gz
freebsd-ports-gnome-dcb2351aeaf9f67846000cff56074b7fad146c2a.tar.zst
freebsd-ports-gnome-dcb2351aeaf9f67846000cff56074b7fad146c2a.zip
- unbreak WITH_GNUSTEP_CAIRO
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 70c7faa779c6..45688a8e7de8 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -61,14 +61,13 @@ CONFLICTS?= gunstep-back-0.* gunstep-back-xdps-0.* gunstep-back-cairo-0.*
.elif defined(WITH_GNUSTEP_CAIRO)
CFLAGS+= -I${LOCALBASE}/include/freetype2
LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
-LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz
LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
CONFIGURE_ARGS+= --enable-graphics=cairo --with-name=cairo
+CONFIGURE_ARGS+= --disable-glitz
PLIST_SUB+= BACK=cairo-${BACKVERSION}
PLIST_SUB+= USE_XLIB="@comment "
BACK_SUFFIX?= -cairo
CONFLICTS?= gunstep-back-0.* gunstep-back-xdps-0.* gunstep-back-art-0.*
-BROKEN= needs new cairo
.else
CONFIGURE_ARGS+= --enable-graphics=xlib --with-name=back
CONFIGURE_ARGS+= --disable-glitz