diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-06 19:07:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-06 19:07:37 +0800 |
commit | a8dbfde799d26370a4ead71ab295e86fa0aa63f3 (patch) | |
tree | 88e8f8dc30f885240ca658b4082c31be4cef7882 /mail/balsa/Makefile | |
parent | f88c0ca451546d087ff5fd878faf4128f4bf3846 (diff) | |
download | freebsd-ports-gnome-a8dbfde799d26370a4ead71ab295e86fa0aa63f3.tar.gz freebsd-ports-gnome-a8dbfde799d26370a4ead71ab295e86fa0aa63f3.tar.zst freebsd-ports-gnome-a8dbfde799d26370a4ead71ab295e86fa0aa63f3.zip |
Update to 1.1.2.
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index bbdc36e2b3fd..dd2448130d72 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= balsa -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 #PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ @@ -16,7 +16,8 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ pspell.4:${PORTSDIR}/textproc/pspell \ - gnomeprint.13:${PORTSDIR}/print/gnomeprint + gnomeprint.13:${PORTSDIR}/print/gnomeprint \ + giconv.2:${PORTSDIR}/converters/libiconv USE_X_PREFIX= yes USE_GNOME= yes @@ -25,7 +26,7 @@ LIBTOOLFILES= configure libmutt/configure CONFIGURE_ARGS= --enable-threads \ --disable-more-warnings CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib -lgiconv" MAN1= balsa.1 |