summaryrefslogtreecommitdiff
path: root/x11-toolkits
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
parentmaintainer-update WWW for cpan from /search?dist=module to /dist/module (diff)
- Change WANT_GNUSTEP_* to WITH_GNUSTEP_*
Suggested by: kris
Notes
Notes: svn path=/head/; revision=78876
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-back/Makefile4
-rw-r--r--x11-toolkits/gnustep-xdps/Makefile2
2 files changed, 3 insertions, 3 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 "
diff --git a/x11-toolkits/gnustep-xdps/Makefile b/x11-toolkits/gnustep-xdps/Makefile
index 5707ec381160..02e4fcf8f080 100644
--- a/x11-toolkits/gnustep-xdps/Makefile
+++ b/x11-toolkits/gnustep-xdps/Makefile
@@ -10,7 +10,7 @@ PKGNAMESUFFIX= -xdps
MAINTAINER= dinoex@FreeBSD.org
-WANT_GNUSTEP_XDPS= yes
+WITH_GNUSTEP_XDPS= yes
MASTERDIR?= ${.CURDIR}/../gnustep-back
.if exists(${.CURDIR}/Makefile.local)