diff options
-rw-r--r-- | fonts/chkfontpath/Makefile | 6 | ||||
-rw-r--r-- | fonts/t1utils/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/fonts/chkfontpath/Makefile b/fonts/chkfontpath/Makefile index cbcfe54e003..31b00647f96 100644 --- a/fonts/chkfontpath/Makefile +++ b/fonts/chkfontpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/22 08:38:29 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/19 05:34:58 snj Exp $ # DISTNAME= chkfontpath-1.9.7 @@ -13,7 +13,7 @@ COMMENT= Command line tool to manage X server's font path BUILD_DEPENDS+= rpm2cpio>=1.1:../../converters/rpm2cpio MAKE_ENV+= VERSION=${PKGVERSION} -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make # Might as well make this a general scheme for .src.rpm files... - HF @@ -27,5 +27,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/chkfontpath ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/en/chkfontpath.8 ${PREFIX}/man/man8 -.include "../../devel/popt/buildlink2.mk" +.include "../../devel/popt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/fonts/t1utils/Makefile b/fonts/t1utils/Makefile index f15ab8c3fa1..3119ee9c603 100644 --- a/fonts/t1utils/Makefile +++ b/fonts/t1utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:37:39 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/19 05:40:00 snj Exp $ # DISTNAME= t1utils-1.27 @@ -9,7 +9,7 @@ MAINTAINER= jonb@NetBSD.org HOMEPAGE= http://www.lcdf.org/~eddietwo/type/ COMMENT= Utility programs for dealing with Postscript Type 1 font files -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |