summaryrefslogtreecommitdiff
path: root/lang/gnustep-objc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-03-29 08:29:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-03-29 08:29:34 +0000
commitcbaa1d31a188e2b2e9af2f170b6fee551e3b4883 (patch)
tree0387ded98168fabb31d02375af84d5c3e084da71 /lang/gnustep-objc
parent- add patch to fix: (diff)
- add INSTALLS_SHLIB and LDCONFIG_DIRS so
LIB_DEPENDS+= objc:${PORTSDIR}/lang/gnustep-objc can work on a clean system.
Notes
Notes: svn path=/head/; revision=77675
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r--lang/gnustep-objc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile
index eeccf37dae34..d6199bce4d04 100644
--- a/lang/gnustep-objc/Makefile
+++ b/lang/gnustep-objc/Makefile
@@ -7,9 +7,11 @@
MASTERDIR?= ${.CURDIR}/../../lang/gcc32
+PKGNAMESUFFIX= -objc
WANT_SHAREDLIBS= yes
WANT_THREADS_SUPPORT= yes
-PKGNAMESUFFIX= -objc
+INSTALLS_SHLIB= yes
+LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"