aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-06-01 11:18:27 +0800
committerdinoex <dinoex@FreeBSD.org>2003-06-01 11:18:27 +0800
commit2ab159b823bebf95b3ed3c4551b62c24618b4270 (patch)
treed9ce1c7e93d8150bfbe759e121e63ee3804a6622 /x11-toolkits
parent52f32bdc583f6936905ae7f76437e6d9c4857231 (diff)
downloadfreebsd-ports-gnome-2ab159b823bebf95b3ed3c4551b62c24618b4270.tar.gz
freebsd-ports-gnome-2ab159b823bebf95b3ed3c4551b62c24618b4270.tar.zst
freebsd-ports-gnome-2ab159b823bebf95b3ed3c4551b62c24618b4270.zip
- change WITH_* => WANT_*
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-xdps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-xdps/Makefile b/x11-toolkits/gnustep-xdps/Makefile
index 02e4fcf8f080..5707ec381160 100644
--- a/x11-toolkits/gnustep-xdps/Makefile
+++ b/x11-toolkits/gnustep-xdps/Makefile
@@ -10,7 +10,7 @@ PKGNAMESUFFIX= -xdps
MAINTAINER= dinoex@FreeBSD.org
-WITH_GNUSTEP_XDPS= yes
+WANT_GNUSTEP_XDPS= yes
MASTERDIR?= ${.CURDIR}/../gnustep-back
.if exists(${.CURDIR}/Makefile.local)