From 22cc591617095b5880c395c62d40d3ab22eb754f Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 9 Dec 2004 23:50:28 +0000 Subject: - mark IGNORE when procfs is not present --- x11-toolkits/gnustep-gui/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-toolkits') diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 06d7c8b20a62..435d15f4dfa1 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -47,6 +47,10 @@ NO_FILTER_SHLIBS= yes PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} +.if !exists(/proc/1) +IGNORE= this ports requires procfs mounted to build or run +.endif + pre-configure: .for file in config.guess config.sub install-sh @${CP} ${PREFIX}/System/Makefiles/${file} ${WRKSRC} -- cgit v1.2.3