aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-03-29 16:29:34 +0800
committerdinoex <dinoex@FreeBSD.org>2003-03-29 16:29:34 +0800
commit6909e4dc2a827524904e232d8e448cd991c872a0 (patch)
tree2834093762677a64f04d79c3015cc5e7136bb359 /lang
parent7609ad9b214e5e50ec31aa630437930b0a3e8db6 (diff)
downloadfreebsd-ports-gnome-6909e4dc2a827524904e232d8e448cd991c872a0.tar.gz
freebsd-ports-gnome-6909e4dc2a827524904e232d8e448cd991c872a0.tar.zst
freebsd-ports-gnome-6909e4dc2a827524904e232d8e448cd991c872a0.zip
- add INSTALLS_SHLIB and LDCONFIG_DIRS so
LIB_DEPENDS+= objc:${PORTSDIR}/lang/gnustep-objc can work on a clean system.
Diffstat (limited to 'lang')
-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"