diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-14 21:11:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-14 21:11:10 +0000 |
commit | d830c51b5b3df9f761d551ceaf333b924f662e4e (patch) | |
tree | 967edbed74ed54d6f1cd9b6f15d471f6e7625abf /fonts/font-util | |
parent | 90ed9a51e1042cc0caaf42f3a7aafc98bcd09d2f (diff) | |
download | pkgsrc-d830c51b5b3df9f761d551ceaf333b924f662e4e.tar.gz |
Ride on import: fix Perl reference in bdftruncate.
Diffstat (limited to 'fonts/font-util')
-rw-r--r-- | fonts/font-util/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fonts/font-util/Makefile b/fonts/font-util/Makefile index fdb660eae6d..577b3768ef2 100644 --- a/fonts/font-util/Makefile +++ b/fonts/font-util/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 20:15:05 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/14 21:11:10 joerg Exp $ # DISTNAME= font-util-1.0.1 @@ -14,4 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +USE_TOOLS+= perl:run +REPLACE_PERL+= bdftruncate.pl + .include "../../mk/bsd.pkg.mk" |