diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-20 05:06:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-20 05:06:47 +0800 |
commit | cd9c9b6876a966a18ab486a59aa75715a0261f58 (patch) | |
tree | 0094735bf1109b38c3fd9a5b2149887dfa0ba5cb /mail/balsa/Makefile | |
parent | 4ad446d5301fdd0a830d9b03f62158fac9fbd8fc (diff) | |
download | freebsd-ports-gnome-cd9c9b6876a966a18ab486a59aa75715a0261f58.tar.gz freebsd-ports-gnome-cd9c9b6876a966a18ab486a59aa75715a0261f58.tar.zst freebsd-ports-gnome-cd9c9b6876a966a18ab486a59aa75715a0261f58.zip |
Update to 1.4.0.
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index acd19e749104..0a14727fa97b 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= balsa -PORTVERSION= 1.3.7 +PORTVERSION= 1.4.0 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --enable-threads \ --disable-more-warnings \ --with-ssl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv -lintl" + LIBS="-L${LOCALBASE}/lib -liconv" MAN1= balsa.1 |