summaryrefslogtreecommitdiffstats
path: root/mail/gmime
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-02 18:46:27 +0000
committermarcus <marcus@FreeBSD.org>2002-08-02 18:46:27 +0000
commitb3f964af811f9b317cf94f0cd3fccaa7ca7970f8 (patch)
tree4ea0fad748344a1e0c8f453f299abc76b8e8e33a /mail/gmime
parent39158aa45874fc74e113093984714fa7352db3e0 (diff)
downloadFreeBSD-ports-b3f964af811f9b317cf94f0cd3fccaa7ca7970f8.zip
FreeBSD-ports-b3f964af811f9b317cf94f0cd3fccaa7ca7970f8.tar.gz
s/libs/lib/. This should allow the port to build with the latest gettext.
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 caeb671..a5c8750 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
OpenPOWER on IntegriCloud