aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gmime
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-15 09:22:34 +0800
committerclsung <clsung@FreeBSD.org>2006-08-15 09:22:34 +0800
commit570e052cd304513cdbe44c32a190ee66400c54d8 (patch)
tree19abdf1ed43284b0711ca974e3217bb2417cf77f /mail/gmime
parentd601d5bb499e517ebcfae4091db4867df080e5c2 (diff)
downloadfreebsd-ports-gnome-570e052cd304513cdbe44c32a190ee66400c54d8.tar.gz
freebsd-ports-gnome-570e052cd304513cdbe44c32a190ee66400c54d8.tar.zst
freebsd-ports-gnome-570e052cd304513cdbe44c32a190ee66400c54d8.zip
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'mail/gmime')
-rw-r--r--mail/gmime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gmime/Makefile b/mail/gmime/Makefile
index ff19de23f46c..2204eb941af9 100644
--- a/mail/gmime/Makefile
+++ b/mail/gmime/Makefile
@@ -26,6 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAKE_ARGS= confexecdir=${PREFIX}/etc
-INSTALLS_SHLIB= YES
+USE_LDCONFIG= yes
.include <bsd.port.mk>