summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-01-16 13:11:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-01-16 13:11:15 +0000
commit1d306ef3e3399aed219b1afc38b699c58164bc80 (patch)
tree020f9c9e5925074dadfd88fb21eb8e5928bf7636 /x11-toolkits
parent- update to 0.4.3 (diff)
- enable fake-main support again
so packages can be build without procfs - new option WITHOUT_GNUSTEP_FAKEMAIN
Notes
Notes: svn path=/head/; revision=153657
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