summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorsnj <snj>2004-04-18 19:54:20 +0000
committersnj <snj>2004-04-18 19:54:20 +0000
commit09cb007fbcb4db68d6759bbb4ee045c865841c9b (patch)
tree564e40c561432eff4591e092fc2cc0fc8ed45987 /misc
parenta87738302488f6d4567aecfb128adc83c97a0992 (diff)
downloadpkgsrc-09cb007fbcb4db68d6759bbb4ee045c865841c9b.tar.gz
Convert to buildlink3.
Diffstat (limited to 'misc')
-rw-r--r--misc/pinfo/Makefile8
-rw-r--r--misc/proj/Makefile4
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile
index d3b34098273..16efddb76fc 100644
--- a/misc/pinfo/Makefile
+++ b/misc/pinfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/04/18 19:56:54 snj Exp $
#
DISTNAME= pinfo-0.6.1
@@ -12,7 +12,7 @@ COMMENT= Przemek's Info Viewer
BUILD_USES_MSGFMT= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_PKGINSTALL= yes
@@ -34,9 +34,9 @@ post-install:
.if defined(PINFO_USE_NATIVE_CURSES) && ${PINFO_USE_NATIVE_CURSES} == "YES"
CONFIGURE_ARGS+= --with-vcurses
.else
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_PREFIX.ncurses}
.endif
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/proj/Makefile b/misc/proj/Makefile
index ad6feb732b3..cf441918496 100644
--- a/misc/proj/Makefile
+++ b/misc/proj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/02/14 17:21:45 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/18 19:54:20 snj Exp $
DISTNAME= proj-4.4.7
CATEGORIES= misc
@@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.remotesensing.org/proj/
COMMENT= Cartographic projection software
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes