aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-04-13 11:38:53 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-04-13 11:38:53 +0000
commit3cb03979525a6c8aa39d1ed9fafd4d0d665e6414 (patch)
treee0982cf9b9d12cb3482d94cdd751e4c8161fe353 /x11-toolkits/gnustep-back/Makefile
parent76c4796b2b7a56c9d18336534a1c85255fbcff82 (diff)
downloadports-3cb03979525a6c8aa39d1ed9fafd4d0d665e6414.tar.gz
ports-3cb03979525a6c8aa39d1ed9fafd4d0d665e6414.zip
Notes
Diffstat (limited to 'x11-toolkits/gnustep-back/Makefile')
-rw-r--r--x11-toolkits/gnustep-back/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index b4b60433dbd8..d77ac9ed6276 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -35,13 +35,13 @@ MAKEFILE=
MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${X11BASE}/include"
BREAKS_IF_PEDANTIC= yes
-.if defined(WANT_GNUSTEP_XDPS)
+.if defined(WITH_GNUSTEP_XDPS)
CONFIGURE_ARGS+= --enable-graphics=xdps --with-name=xdps
PLIST_SUB+= BACK=xdps
PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="" USE_ART="@comment "
PKGNAMESUFFIX?= -xdps
.else
-.if defined(WANT_GNUSTEP_LIBART)
+.if defined(WITH_GNUSTEP_LIBART)
LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
CONFIGURE_ARGS+= --enable-graphics=art --with-name=art
PLIST_SUB+= BACK=art USE_XLIB="@comment "