summaryrefslogtreecommitdiff
path: root/sysutils/pv
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-18 23:08:09 +0000
committersnj <snj@pkgsrc.org>2004-04-18 23:08:09 +0000
commit5215db71a69d15587a930a85715612796932675b (patch)
tree3b558f428c07465b24c1452edcf7aded37094578 /sysutils/pv
parent120384f6e5c809100cc1fa4ee93cf8a7b7fd1337 (diff)
downloadpkgsrc-5215db71a69d15587a930a85715612796932675b.tar.gz
Convert to buildlink3.
Diffstat (limited to 'sysutils/pv')
-rw-r--r--sysutils/pv/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile
index 40bcada0870..31f6ab1a7c6 100644
--- a/sysutils/pv/Makefile
+++ b/sysutils/pv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:58 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/18 23:08:09 snj Exp $
#
DISTNAME= pv-0.4.5
@@ -12,9 +12,10 @@ HOMEPAGE= http://www.ivarch.com/programs/pv.shtml
COMMENT= Monitor the progress of data through a pipeline
BUILD_USES_MSGFMT= yes
+
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
INFO_FILES= pv.info
@@ -25,5 +26,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/pv
.endfor
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"