diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-05-13 08:27:06 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-05-13 08:27:06 +0000 |
commit | 96d6eb5bd2f478cbedcfe640bef886958369f40c (patch) | |
tree | 1f25d41c3a959f0bd73b60c760af809b5ccffb3a /x11-toolkits/gnustep-gui | |
parent | 7ddc68f453e0fc082630aaffee5a139e48fe435f (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 80da4bc91c54..2d32c97af191 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -48,8 +48,8 @@ PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} .if defined(WITHOUT_GNUSTEP_FAKEMAIN) .if !exists(/proc/curproc) IGNORE= requires procfs mounted to build or run, for details see procfs(5) -.endif -.endif +.endif +.endif .if !defined(WITHOUT_CUPS) LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base |