aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-12-09 23:50:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-12-09 23:50:28 +0000
commit22cc591617095b5880c395c62d40d3ab22eb754f (patch)
tree43fc3f099f185bbe86c7a423b155658954c98584 /x11-toolkits
parentdf96b84c244060833d49ca4031920f7a3937c327 (diff)
downloadports-22cc591617095b5880c395c62d40d3ab22eb754f.tar.gz
ports-22cc591617095b5880c395c62d40d3ab22eb754f.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile4
1 files changed, 4 insertions, 0 deletions
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}