summaryrefslogtreecommitdiff
path: root/mail/gmime
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-02 18:46:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-02 18:46:27 +0000
commit5456856f321e3fa707a8f8da5a5ac8ad203631e1 (patch)
tree240e38da7d0cdec3933bbc46c66054f0b8e18d2e /mail/gmime
parentAdd another checksum for a spellchecker dict. (diff)
s/libs/lib/. This should allow the port to build with the latest gettext.
Notes
Notes: svn path=/head/; revision=63878
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 caeb6713435f..a5c875021ab2 100644
--- a/mail/gmime/Makefile
+++ b/mail/gmime/Makefile
@@ -20,7 +20,7 @@ USE_GTK= YES
USE_LIBTOOL= YES
CONFIGURE_ARGS+=--with-libiconv=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/libs"
+ LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
INSTALLS_SHLIB= YES