summaryrefslogtreecommitdiff
path: root/fonts/chkfontpath
diff options
context:
space:
mode:
authorsnj <snj>2004-04-19 05:34:58 +0000
committersnj <snj>2004-04-19 05:34:58 +0000
commit284a1094c2065f133f194222b5f730954753b961 (patch)
tree09d0abcc31793733e0ec24ff869b2e6ac6b4a872 /fonts/chkfontpath
parent52bb271de82ae826600f1541a4261168e3c9ae81 (diff)
downloadpkgsrc-284a1094c2065f133f194222b5f730954753b961.tar.gz
Convert to buildlink3.
Diffstat (limited to 'fonts/chkfontpath')
-rw-r--r--fonts/chkfontpath/Makefile6
1 files changed, 3 insertions, 3 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"