aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-10-24 17:15:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-10-24 17:15:26 +0000
commit0bc842bf87e2c42a915ac0eddfd1775ed5245406 (patch)
tree272d7c3947465bfeca8c0f119095adaf33478414 /x11-toolkits/gnustep-back
parent154912c7cab5a93520d120f2d63421b805256b70 (diff)
downloadports-0bc842bf87e2c42a915ac0eddfd1775ed5245406.tar.gz
ports-0bc842bf87e2c42a915ac0eddfd1775ed5245406.zip
Notes
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index f42d69f64f25..b9dae978f832 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -43,6 +43,7 @@ BREAKS_IF_PEDANTIC= yes
.if defined(WITH_GNUSTEP_XDPS)
CONFIGURE_ARGS+= --enable-graphics=xdps --with-name=xdps
+CONFIGURE_ARGS+= --disable-glitz
PLIST_SUB+= BACK=xdps-${BACKVERSION}
PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="" USE_ART="@comment "
BACK_SUFFIX?= -xdps
@@ -59,6 +60,7 @@ BACK_SUFFIX?= -art
CONFLICTS?= gunstep-back-0.* gunstep-back-xdps-0.*
.else
CONFIGURE_ARGS+= --enable-graphics=xlib --with-name=back
+CONFIGURE_ARGS+= --disable-glitz
PLIST_SUB+= BACK=back-${BACKVERSION}
PLIST_SUB+= USE_XLIB="" USE_XDPS="@comment " USE_ART="@comment "
CONFLICTS?= gunstep-back-xdps-0.* gunstep-back-art-0.*