diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-02 18:46:27 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-02 18:46:27 +0000 |
commit | b3f964af811f9b317cf94f0cd3fccaa7ca7970f8 (patch) | |
tree | 4ea0fad748344a1e0c8f453f299abc76b8e8e33a /mail/gmime | |
parent | 39158aa45874fc74e113093984714fa7352db3e0 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |