aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnustep-objc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-10-12 12:39:34 +0800
committerdinoex <dinoex@FreeBSD.org>2004-10-12 12:39:34 +0800
commit419fecc236d5df67f0e917b4b9b6b5438d75f4b7 (patch)
tree63a19b886bfb290b17f514c92b347f05ddcaa177 /lang/gnustep-objc
parentdaea57f4ee387cf3609e1736eeb17abda5d5544e (diff)
downloadfreebsd-ports-gnome-419fecc236d5df67f0e917b4b9b6b5438d75f4b7.tar.gz
freebsd-ports-gnome-419fecc236d5df67f0e917b4b9b6b5438d75f4b7.tar.zst
freebsd-ports-gnome-419fecc236d5df67f0e917b4b9b6b5438d75f4b7.zip
- run ldconfig on the GNUstep dir only
- add IGNORE if make.conf is not set up
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>