diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:22:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:22:34 +0000 |
commit | 48d737c10d70350efad12236091af85feee55890 (patch) | |
tree | bab4ec69b169a997147ef6384078ed249df5f6c2 /mail/gmime | |
parent | 7fcd38cac3aea93a0acfa34eb9154866b67b0852 (diff) |
Notes
Diffstat (limited to 'mail/gmime')
-rw-r--r-- | mail/gmime/Makefile | 2 |
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> |