summaryrefslogtreecommitdiff
path: root/textproc/sift
diff options
context:
space:
mode:
authorwiz <wiz>2015-12-29 21:56:29 +0000
committerwiz <wiz>2015-12-29 21:56:29 +0000
commiteea84c6ba2ce13b83f31035cc97161e49da1363d (patch)
tree1a9b7142a23479337b1cf0a1d739567690d87380 /textproc/sift
parent4b78fe3b7a4f36b67a86370ebae08d8b8e00e23e (diff)
downloadpkgsrc-eea84c6ba2ce13b83f31035cc97161e49da1363d.tar.gz
Convert sift to buildlink3.
Diffstat (limited to 'textproc/sift')
-rw-r--r--textproc/sift/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile
index ae58da2698d..33f38ea8169 100644
--- a/textproc/sift/Makefile
+++ b/textproc/sift/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/12/27 20:50:40 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/29 21:56:29 wiz Exp $
DISTNAME= sift-0.6.0
CATEGORIES= textproc
@@ -10,12 +10,11 @@ HOMEPAGE= https://sift-tool.org/
COMMENT= Fast and powerful open source alternative to grep
LICENSE= gnu-gpl-v3
-BUILD_DEPENDS+= go-crypto-[0-9]*:../../security/go-crypto
-BUILD_DEPENDS+= go-nbreader-[0-9]*:../../devel/go-nbreader
-BUILD_DEPENDS+= go-flags-svent-[0-9]*:../../devel/go-flags-svent
-
GO_DIST_BASE= ${DISTNAME}
GO_SRCPATH= github.com/svent/sift
+.include "../../security/go-crypto/buildlink3.mk"
+.include "../../devel/go-nbreader/buildlink3.mk"
+.include "../../devel/go-flags-svent/buildlink3.mk"
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"