diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
commit | 5848fcd1e2ce8fbc3895457a922c56cddd5f5230 (patch) | |
tree | 25989a242d84219e2b2a73e5a989f5586e9b21a2 /mail/balsa2 | |
parent | 56324bbee25fd16fbbd12f240f7be418f3dd6b88 (diff) | |
download | FreeBSD-ports-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.zip FreeBSD-ports-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.tar.gz |
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 336425e..374cb2a 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --enable-threads \ --disable-more-warnings \ --with-ssl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -lgiconv" + LIBS="-L${LOCALBASE}/lib -liconv" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= balsa.1 |