diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-06-01 11:18:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-06-01 11:18:27 +0800 |
commit | 2ab159b823bebf95b3ed3c4551b62c24618b4270 (patch) | |
tree | d9ce1c7e93d8150bfbe759e121e63ee3804a6622 /x11-toolkits | |
parent | 52f32bdc583f6936905ae7f76437e6d9c4857231 (diff) | |
download | freebsd-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/Makefile | 2 |
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) |