summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-04-13 11:38:53 +0000
committerdinoex <dinoex@FreeBSD.org>2003-04-13 11:38:53 +0000
commit1a9adeb326cc31151858fa3368bbf2b4c4228cad (patch)
tree7791227038064b31c2053fbcb4fc6184af09aa6c /x11-toolkits
parentb940b2fcc7841beb43760be84a18b4b5ec873129 (diff)
downloadFreeBSD-ports-1a9adeb326cc31151858fa3368bbf2b4c4228cad.zip
FreeBSD-ports-1a9adeb326cc31151858fa3368bbf2b4c4228cad.tar.gz
- Change WANT_GNUSTEP_* to WITH_GNUSTEP_*
Suggested by: kris
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 b4b6043..d77ac9e 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 5707ec3..02e4fcf 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)
OpenPOWER on IntegriCloud