aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-04-23 13:51:23 +0800
committerdinoex <dinoex@FreeBSD.org>2008-04-23 13:51:23 +0800
commita07eb16204e0d16e3971be78906d0a1bce6ecfb8 (patch)
treedc9f3b72e0a97d0004e869f9812e9727f953061d /Mk
parentdfb103b63f4f79f72111e2f3e1040f429c297a28 (diff)
downloadfreebsd-ports-gnome-a07eb16204e0d16e3971be78906d0a1bce6ecfb8.tar.gz
freebsd-ports-gnome-a07eb16204e0d16e3971be78906d0a1bce6ecfb8.tar.zst
freebsd-ports-gnome-a07eb16204e0d16e3971be78906d0a1bce6ecfb8.zip
- back out last (approved) commit
substitution fails, pointhat run did not reveal the problem. using USE_LDCONFIG+=${i} does not work. USE_LDCONFIG is still broken with custom PREFIX
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnustep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk
index 644fd65e8a51..986da9eddfc7 100644
--- a/Mk/bsd.gnustep.mk
+++ b/Mk/bsd.gnustep.mk
@@ -517,7 +517,7 @@ TARGLIB!= (cd ${PORTSDIR}/${GNUSTEP_GCC_PORT} && make -V TARGLIB)
.for i in ${USE_GNUSTEP_LDCONFIG}
LDCONFIG_DIRS+= ${i}
.endfor
-USE_LDCONFIG= yes
+INSTALLS_SHLIB= yes
.endif
# eof