diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-08 03:33:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-08 03:33:51 +0800 |
commit | 2a70228394eb3fd7abb3f5669c0795b6fa260d1e (patch) | |
tree | 206b229472b3799f25b0a335716b6c8298e6306d /mail | |
parent | d6554ef88b2491bc60e70add15ec35983fe54d2a (diff) | |
download | freebsd-ports-gnome-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.tar.gz freebsd-ports-gnome-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.tar.zst freebsd-ports-gnome-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.zip |
Chase libgnomeui's shared lib version.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 7d8924078be5..0a6c066bbf50 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -7,6 +7,7 @@ PORTNAME= balsa2 PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -19,8 +20,8 @@ LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ aspell.15:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ esmtp.6:${PORTSDIR}/mail/libesmtp \ - gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ - gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ + gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ + gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \ gdbm.3:${PORTSDIR}/databases/gdbm RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell |