diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-06-03 07:53:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-06-03 07:53:26 +0000 |
commit | 5271a91158c7c796883ae36d42359411d87ad2bb (patch) | |
tree | 33f90c74a02f4ce88b982b4d914bfb8236daefad /x11-toolkits/gnustep-gui | |
parent | 8eafc2822803f5ebc0ca417bfd287a1110ca0d98 (diff) |
- new option WITH_GNUSTEP_FAKEMAIN to work without procfs
Notes
Notes:
svn path=/head/; revision=136712
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |