aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-03 02:46:27 +0800
committermarcus <marcus@FreeBSD.org>2002-08-03 02:46:27 +0800
commitb3f964af811f9b317cf94f0cd3fccaa7ca7970f8 (patch)
tree4ea0fad748344a1e0c8f453f299abc76b8e8e33a /mail
parent39158aa45874fc74e113093984714fa7352db3e0 (diff)
downloadfreebsd-ports-gnome-b3f964af811f9b317cf94f0cd3fccaa7ca7970f8.tar.gz
freebsd-ports-gnome-b3f964af811f9b317cf94f0cd3fccaa7ca7970f8.tar.zst
freebsd-ports-gnome-b3f964af811f9b317cf94f0cd3fccaa7ca7970f8.zip
s/libs/lib/. This should allow the port to build with the latest gettext.
Diffstat (limited to 'mail')
-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