diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-15 04:15:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-15 04:15:10 +0000 |
commit | 385e0de8ce47e5ce0bac0556162aac1f7604fd59 (patch) | |
tree | 312a8ab25485cbc62e451946f91f80b090fc89f3 | |
parent | a2114f81be0b021cabcd4ec6ad40670447f4e50e (diff) |
- use a better test for jails in CURRENT
Notes
Notes:
svn path=/head/; revision=124057
-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 e5422a7c5aee..98c7f293be4f 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -47,7 +47,7 @@ NO_FILTER_SHLIBS= yes PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} -.if !exists(/proc/1) +.if !exists(/proc/curproc) IGNORE= requires procfs mounted to build or run .endif |