diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-09 23:50:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-09 23:50:28 +0000 |
commit | 22cc591617095b5880c395c62d40d3ab22eb754f (patch) | |
tree | 43fc3f099f185bbe86c7a423b155658954c98584 /x11-toolkits | |
parent | Fix plist. (diff) |
- mark IGNORE when procfs is not present
Notes
Notes:
svn path=/head/; revision=123598
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 |
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} |