diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-25 04:22:59 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-25 04:22:59 +0000 |
commit | ae95c47808cfe25babef5fc654765560f05f4d66 (patch) | |
tree | 75f292951e9dd701511cccc5e0a1bb7bc5ce5b0b | |
parent | e2c010012543e207d476ce9ea49132fee751794c (diff) | |
download | freebsd-ports-ae95c47808cfe25babef5fc654765560f05f4d66.zip |
Use the latest gnomelibs.
PR: ports/14507
Submitted by: clive@cirx.org
-rw-r--r-- | mail/balsa/Makefile | 2 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 83965d0f874a..b8287b63ae39 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= sources/balsa MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore -LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ PropList.2:${PORTSDIR}/devel/libPropList GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 83965d0f874a..b8287b63ae39 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= sources/balsa MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore -LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ PropList.2:${PORTSDIR}/devel/libPropList GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |