aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-objc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-10-12 04:39:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-10-12 04:39:34 +0000
commit5f86da4fbe4f12693360e832443ac0d82e9c8e23 (patch)
tree974d339979a8cfcfe888c39e420a140f63a2f8f1 /lang/gnustep-objc
parent26f28bbd8155509935de3a16dbb5f4773f3dd9aa (diff)
downloadports-5f86da4fbe4f12693360e832443ac0d82e9c8e23.tar.gz
ports-5f86da4fbe4f12693360e832443ac0d82e9c8e23.zip
Notes
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r--lang/gnustep-objc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile
index b9fa88137140..6a6eb2739077 100644
--- a/lang/gnustep-objc/Makefile
+++ b/lang/gnustep-objc/Makefile
@@ -25,6 +25,11 @@ MAKEFILE= GNUmakefile
ALL_TARGET=
NO_MTREE= yes
INSTALLS_SHLIB= yes
+LDCONFIG_DIRS= ${LOCALLIBDIR}
NOT_FOR_ARCHS= ia64 amd64
+.if !defined(GNUSTEP_WITH_BASE_GCC)
+IGNORE= conflicts: libobjc is used from lang/gcc-objc
+.endif
+
.include <bsd.port.mk>