From 089a611694ce2c10230fdccdd72bea20adee44a1 Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 16 Jan 2006 13:11:15 +0000 Subject: - enable fake-main support again so packages can be build without procfs - new option WITHOUT_GNUSTEP_FAKEMAIN --- x11-toolkits/gnustep-gui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 43b6c07..d7fd650 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 -- cgit v1.1