summaryrefslogtreecommitdiff
path: root/net/gftp
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-14 16:15:20 +0000
committerjmmv <jmmv>2004-04-14 16:15:20 +0000
commitff816c1c20fc8b173c1acb7c120607e6bc348db9 (patch)
tree3757535e0cffe141412b01910b7f14b0965825b2 /net/gftp
parent243e350edbc352e89b5021dd3fe7d7aa24a6c7de (diff)
downloadpkgsrc-ff816c1c20fc8b173c1acb7c120607e6bc348db9.tar.gz
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'net/gftp')
-rw-r--r--net/gftp/Makefile6
-rw-r--r--net/gftp/Makefile.common4
2 files changed, 5 insertions, 5 deletions
diff --git a/net/gftp/Makefile b/net/gftp/Makefile
index e488c10c816..f80cd8d2f47 100644
--- a/net/gftp/Makefile
+++ b/net/gftp/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.19 2004/04/05 02:45:45 xtraeme Exp $
+# $NetBSD: Makefile,v 1.20 2004/04/14 16:15:26 jmmv Exp $
#
.include "${.CURDIR}/Makefile.common"
COMMENT= Multithreaded GTK2+ ftp client
-DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs
-
CONFLICTS= gftp-gtk1-[0-9]*
+USE_DIRS+= gnome2-1.5
+
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/gftp/Makefile.common b/net/gftp/Makefile.common
index d1525ff932b..1ad0b448ae9 100644
--- a/net/gftp/Makefile.common
+++ b/net/gftp/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/04/05 02:45:45 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/04/14 16:15:26 jmmv Exp $
DISTNAME= gftp-${VERSION}
CATEGORIES= net
@@ -10,9 +10,9 @@ MAINTAINER= jmcneill@invisible.yi.org
HOMEPAGE= http://gftp.seul.org/
BUILD_USES_MSGFMT= yes
-DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs
USE_BUILDLINK3= yes
+USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes