diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-02-13 04:46:10 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-02-13 04:46:10 +0000 |
commit | 546a2d618744bc42c4498214436869ca1688a0a7 (patch) | |
tree | 02bd1ee9d9be74f241bdffa9a3e3e18fb250b4d0 /mail/balsa/Makefile | |
parent | 11074b85c828404470a75608046e8cedeffb6063 (diff) |
Notes
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index a6cf9293fe21..bbc2ea360ca6 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= balsa -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/libesmtp-config:${PORTSDIR}/mail/libesmtp RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell \ ${LOCALBASE}/bin/libesmtp-config:${PORTSDIR}/mail/libesmtp +USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes @@ -32,6 +33,7 @@ CONFIGURE_ARGS= --enable-threads \ --with-ssl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -lgiconv" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= balsa.1 |