diff options
Diffstat (limited to 'fonts/chkfontpath/Makefile')
-rw-r--r-- | fonts/chkfontpath/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/chkfontpath/Makefile b/fonts/chkfontpath/Makefile index dc30cd3f5f3..4e19a12bfe8 100644 --- a/fonts/chkfontpath/Makefile +++ b/fonts/chkfontpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:47 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/16 01:15:31 jlam Exp $ # DISTNAME= chkfontpath-1.9.7 @@ -15,6 +15,8 @@ BUILD_DEPENDS+= rpm2cpio>=1.1:../../converters/rpm2cpio MAKE_ENV+= VERSION=${PKGVERSION} USE_GNU_TOOLS+= make +PKGSRC_USE_TOOLS+= gtar + # Might as well make this a general scheme for .src.rpm files... - HF do-extract: cd ${WRKDIR} ; \ |