diff options
author | rh <rh> | 2000-08-31 05:39:25 +0000 |
---|---|---|
committer | rh <rh> | 2000-08-31 05:39:25 +0000 |
commit | 709c73edb19f184a644284739212a69898197b73 (patch) | |
tree | 510bd025642c2f316eece595c26f827c18c9bd12 /devel/oaf | |
parent | 34d5e009c07829ca29bd548e57e02a03c3d8b752 (diff) | |
download | pkgsrc-709c73edb19f184a644284739212a69898197b73.tar.gz |
Depend on gnome-libs.
Diffstat (limited to 'devel/oaf')
-rw-r--r-- | devel/oaf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 1981cf5fd8f..d1b9a134107 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2000/08/29 16:26:20 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/31 05:39:25 rh Exp $ # DISTNAME= oaf-0.5.1 -CATEGORIES= FILLTHISINPLEASE +CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=/unstable/sources/oaf/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ -DEPENDS+= ORBit>=0.5.2:../../net/ORBit -DEPENDS+= glib>=1.2.8:../../devel/glib +DEPENDS+= gnome-libs>=1.2.3:../../x11/gnome-libs DEPENDS+= libxml>=1.8.7:../../textproc/libxml GNU_CONFIGURE= YES |