diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-15 15:20:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-15 15:20:20 +0000 |
commit | de289a969960ac0f341543f83f77f98b49feb276 (patch) | |
tree | 44cc6a0c310dca1ebcc50351d6e7cca9e79abbc8 /fonts | |
parent | 7dd9d27fddedd4235e6290097172d2f57cdfa69e (diff) | |
download | pkgsrc-de289a969960ac0f341543f83f77f98b49feb276.tar.gz |
Needs imake.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/xorg-fontsEncodings/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/xorg-fontsEncodings/Makefile b/fonts/xorg-fontsEncodings/Makefile index c64d4ff4e3e..169afb55467 100644 --- a/fonts/xorg-fontsEncodings/Makefile +++ b/fonts/xorg-fontsEncodings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/12 15:29:18 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/15 15:20:20 joerg Exp $ DISTNAME= X11R${XORG_VER}-src1 PKGNAME= xorg-fontsEncodings-${XORG_VER} @@ -13,5 +13,7 @@ COMMENT= X.org Encoding fonts XBUILD_DIRS= fonts/encodings XEXTRACTS= ${XBUILD_DIRS} +USE_TOOLS+= imake + .include "Makefile.common" .include "../../mk/bsd.pkg.mk" |