summaryrefslogtreecommitdiff
path: root/net/gnubile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-05-02 14:16:28 +0000
committerwiz <wiz@pkgsrc.org>2003-05-02 14:16:28 +0000
commit67a18ab69faa03ce064565307213ed617afca2f4 (patch)
tree37f11eb21a01671807fa64fccf4dd54a5d4cd603 /net/gnubile
parent3676a04f278523b85bb6b2db3a4a93613b76702a (diff)
downloadpkgsrc-67a18ab69faa03ce064565307213ed617afca2f4.tar.gz
Convert to buildlink2; relax dependencies only on needed parts.
Ride pth PKGREVISION bump for the latter.
Diffstat (limited to 'net/gnubile')
-rw-r--r--net/gnubile/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gnubile/Makefile b/net/gnubile/Makefile
index fbf7004f89d..f3736e36073 100644
--- a/net/gnubile/Makefile
+++ b/net/gnubile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/05/02 11:56:04 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2003/05/02 14:16:28 wiz Exp $
DISTNAME= gnubile-0.20
PKGREVISION= 2
@@ -9,11 +9,11 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://gnutella.wego.com/
COMMENT= Unix Gnutella client for GNOME
-DEPENDS+= gnome-core>=1.4.0.4nb5:../../x11/gnome-core
-
+USE_BUILDLINK2= YES
USE_GMAKE= YES
-USE_X11= YES
GNU_CONFIGURE= YES
CPPFLAGS+= `xml-config --cflags`
+.include "../../textproc/libxml/buildlink2.mk"
+.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"