From 5271a91158c7c796883ae36d42359411d87ad2bb Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 3 Jun 2005 07:53:26 +0000 Subject: [PATCH] - new option WITH_GNUSTEP_FAKEMAIN to work without procfs --- x11-toolkits/gnustep-gui/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 3a200dc9df25..712944d2df04 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -47,9 +47,11 @@ NO_FILTER_SHLIBS= yes PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} +.if !defined(WITH_GNUSTEP_FAKEMAIN) .if !exists(/proc/curproc) IGNORE= requires procfs mounted to build or run, for details see procfs(5) .endif +.endif pre-configure: .for file in config.guess config.sub install-sh