diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-04 10:56:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-04 10:56:56 +0000 |
commit | 92e6cf18711a4b594f26aab020972ef0e84a4d35 (patch) | |
tree | b3c0b8052b85a26666415f92fef3bdebb3f21a95 /mail/balsa2/Makefile | |
parent | ad128ec8067951637ffd0e8524f506f15b95b8a8 (diff) | |
download | ports-92e6cf18711a4b594f26aab020972ef0e84a4d35.tar.gz ports-92e6cf18711a4b594f26aab020972ef0e84a4d35.zip |
Update to 0.9.
Notes
Notes:
svn path=/head/; revision=30176
Diffstat (limited to 'mail/balsa2/Makefile')
-rw-r--r-- | mail/balsa2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 2e248f9b54e0..855dc9b1865f 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -6,16 +6,16 @@ # PORTNAME= balsa -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.0 CATEGORIES= mail gnome MASTER_SITES= ftp://ftp.newton.cx/pub/balsa/ \ http://www.theochem.kth.se/~pawsa/balsa/ MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ PropList.2:${PORTSDIR}/devel/libPropList +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |