diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-03-13 19:13:51 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-03-13 19:13:51 +0000 |
commit | a209c5b185423decb49344e360900c7bd7e43222 (patch) | |
tree | beea7a17a306cd21cbbf4ce8ce1eae64ec530cca /misc/ksig/Makefile | |
parent | 7f59efef38bda87187c5cccd4d443c9b31fb9a51 (diff) | |
download | ports-a209c5b185423decb49344e360900c7bd7e43222.tar.gz ports-a209c5b185423decb49344e360900c7bd7e43222.zip |
Notes
Diffstat (limited to 'misc/ksig/Makefile')
-rw-r--r-- | misc/ksig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ksig/Makefile b/misc/ksig/Makefile index aab63c8880fb..00cbfd255f33 100644 --- a/misc/ksig/Makefile +++ b/misc/ksig/Makefile @@ -25,7 +25,7 @@ PREFIX= ${KDE_PREFIX} USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" |