diff options
-rw-r--r-- | lang/gnustep-base/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 1962e0a6a26d..71d7feec431a 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnustep-base PORTVERSION= 1.11.2 +PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core @@ -48,7 +49,7 @@ MAKE_APPS= SSL INSTALL_APPS= SSL .endif -.if defined(WITH_GNUSTEP_FAKEMAIN) +.if !defined(WITHOUT_GNUSTEP_FAKEMAIN) CONFIGURE_ARGS+= --enable-fake-main .endif diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 43b6c07530fa..d7fd650347cd 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 |