aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/libcabinet
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-14 17:56:58 +0800
committerclsung <clsung@FreeBSD.org>2006-08-14 17:56:58 +0800
commit30da2b610139191d26e19268dc9011f760fa3c17 (patch)
tree33c021ff0a9d319c5b8744227b6b27ceea5a9b3b /archivers/libcabinet
parent795f397e9681c9841a585258ede7aa8491d50be0 (diff)
downloadfreebsd-ports-gnome-30da2b610139191d26e19268dc9011f760fa3c17.tar.gz
freebsd-ports-gnome-30da2b610139191d26e19268dc9011f760fa3c17.tar.zst
freebsd-ports-gnome-30da2b610139191d26e19268dc9011f760fa3c17.zip
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
Diffstat (limited to 'archivers/libcabinet')
-rw-r--r--archivers/libcabinet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libcabinet/Makefile b/archivers/libcabinet/Makefile
index ec68e2ebd03f..c5bdcc4785e3 100644
--- a/archivers/libcabinet/Makefile
+++ b/archivers/libcabinet/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= A portable library and utility to use Microsoft cabinet files (.cab)
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
SRCFILE= ${WRKSRC}/listcab.cpp
PROGFILE= ${SRCFILE:S/.cpp$//}