diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
commit | 8bd85a9d02479e9b3afa01753c4c9f15829a1343 (patch) | |
tree | c8de158d4ed23e4170b9cddb89d1841a59a27334 /net/gnosamba/Makefile | |
parent | Correct PLIST.perl and update Makefile to reflect recent (diff) |
Updates for new shared library versions in GNOME 1.2
Diffstat (limited to 'net/gnosamba/Makefile')
-rw-r--r-- | net/gnosamba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile index 492c4d270e85..2ffd95dfc02e 100644 --- a/net/gnosamba/Makefile +++ b/net/gnosamba/Makefile @@ -7,12 +7,12 @@ PORTNAME= gnosamba PORTVERSION= 0.3.3 -CATEGORIES= net +CATEGORIES= net gnome MASTER_SITES= http://www.open-systems.com/gnosamba/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |