diff options
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 9483981c75a5..190b93577b1a 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnustep-base PORTVERSION= 1.24.8 +PORTREVISION= 1 CATEGORIES= lang devel gnustep MASTER_SITES= GNUSTEP/core @@ -18,6 +19,8 @@ LIB_DEPENDS+= libxslt.so:${PORTSDIR}/textproc/libxslt LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp LIB_DEPENDS+= libgcrypt.so:${PORTSDIR}/security/libgcrypt +RUN_DEPENDS+= ${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-procfs --disable-mixedabi CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks' |