diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-02 00:25:45 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-02 00:25:45 +0800 |
commit | 8bd85a9d02479e9b3afa01753c4c9f15829a1343 (patch) | |
tree | c8de158d4ed23e4170b9cddb89d1841a59a27334 /finance/gnofin | |
parent | 8b7c12b85ce373a72c102dc7ca7d0c7ad5dad723 (diff) | |
download | freebsd-ports-gnome-8bd85a9d02479e9b3afa01753c4c9f15829a1343.tar.gz freebsd-ports-gnome-8bd85a9d02479e9b3afa01753c4c9f15829a1343.tar.zst freebsd-ports-gnome-8bd85a9d02479e9b3afa01753c4c9f15829a1343.zip |
Updates for new shared library versions in GNOME 1.2
Diffstat (limited to 'finance/gnofin')
-rw-r--r-- | finance/gnofin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index c36e5701607a..fbff49754399 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -7,12 +7,12 @@ PORTNAME= gnofin PORTVERSION= 0.8.0 -CATEGORIES= deskutils +CATEGORIES= deskutils gnome MASTER_SITES= http://download.sourceforge.net/gnofin/ MAINTAINER= jedgar@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ xml.5:${PORTSDIR}/textproc/libxml GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |