diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
commit | 47828d0fce172b8afae396ba1cbcf459e396ef95 (patch) | |
tree | fc522cacf5b7a223abfda5c9bd7fe272ed4a0589 /mail/balsa2 | |
parent | ecd23c06ac78386c05267fbe96845fbe6cfb3815 (diff) | |
download | ports-47828d0fce172b8afae396ba1cbcf459e396ef95.tar.gz ports-47828d0fce172b8afae396ba1cbcf459e396ef95.zip |
Notes
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 336425e176c5..374cb2ac703e 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 |