diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 19:54:20 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 19:54:20 +0000 |
commit | 7c875fd47bbf92f6a2950f51deefb24bd4b2a625 (patch) | |
tree | 564e40c561432eff4591e092fc2cc0fc8ed45987 /misc | |
parent | 588ddb0f617aa25211a025b53cf0b30486bca3ce (diff) | |
download | pkgsrc-7c875fd47bbf92f6a2950f51deefb24bd4b2a625.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pinfo/Makefile | 8 | ||||
-rw-r--r-- | misc/proj/Makefile | 4 |
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 |