aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-01-16 21:11:15 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2006-01-16 21:11:15 +0800
commit1d306ef3e3399aed219b1afc38b699c58164bc80 (patch)
tree020f9c9e5925074dadfd88fb21eb8e5928bf7636 /x11-toolkits
parent173d4b55d3809879195ed1c3be1efef7d9a9c0c0 (diff)
downloadfreebsd-ports-gnome-1d306ef3e3399aed219b1afc38b699c58164bc80.tar.gz
freebsd-ports-gnome-1d306ef3e3399aed219b1afc38b699c58164bc80.tar.zst
freebsd-ports-gnome-1d306ef3e3399aed219b1afc38b699c58164bc80.zip
- enable fake-main support again
so packages can be build without procfs - new option WITHOUT_GNUSTEP_FAKEMAIN
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 43b6c07530fa..d7fd650347cd 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -48,7 +48,7 @@ NO_FILTER_SHLIBS= yes
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
-.if !defined(WITH_GNUSTEP_FAKEMAIN)
+.if defined(WITHOUT_GNUSTEP_FAKEMAIN)
.if !exists(/proc/curproc)
IGNORE= requires procfs mounted to build or run, for details see procfs(5)
.endif