diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-16 13:11:15 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-16 13:11:15 +0000 |
commit | 089a611694ce2c10230fdccdd72bea20adee44a1 (patch) | |
tree | ed1a838e87cb9f748d342cde151c04a9f74b18fb /x11-toolkits | |
parent | a564a9526be81e21c1d0f08a8393c1db246a53c7 (diff) | |
download | FreeBSD-ports-089a611694ce2c10230fdccdd72bea20adee44a1.zip FreeBSD-ports-089a611694ce2c10230fdccdd72bea20adee44a1.tar.gz |
- enable fake-main support again
so packages can be build without procfs
- new option WITHOUT_GNUSTEP_FAKEMAIN
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 43b6c07..d7fd650 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -48,7 +48,7 @@ NO_FILTER_SHLIBS= yes PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} -.if !defined(WITH_GNUSTEP_FAKEMAIN) +.if defined(WITHOUT_GNUSTEP_FAKEMAIN) .if !exists(/proc/curproc) IGNORE= requires procfs mounted to build or run, for details see procfs(5) .endif |