diff options
author | David Chisnall <theraven@FreeBSD.org> | 2016-02-29 17:07:18 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2016-02-29 17:07:18 +0000 |
commit | f1bbaead08fcb6672ac147910e3a6b6f0926bf45 (patch) | |
tree | 156a7d7dd8b2c3155ce0d8aaabde28b70428c13e /lang/gnustep-base | |
parent | 76f155129e2691387224260849126ab37e8f6bb2 (diff) | |
download | ports-f1bbaead08fcb6672ac147910e3a6b6f0926bf45.tar.gz ports-f1bbaead08fcb6672ac147910e3a6b6f0926bf45.zip |
Add GNUstep Make as a run-time dependency of GNUstep Base.
The -make package contains makefiles required for building, but also shell
scripts for finding run-time dependencies. This was reported as a bug on
www/sogo, but actually affects most GNUstep applications.
PR: 206586
Notes
Notes:
svn path=/head/; revision=409818
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' |