diff options
author | joerg <joerg> | 2006-06-15 15:20:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-15 15:20:20 +0000 |
commit | bfdd1f87be674faaa7e67b6d152ac2ba4915d327 (patch) | |
tree | 44cc6a0c310dca1ebcc50351d6e7cca9e79abbc8 | |
parent | a1975649b80b2e17fc6fbaf3a7144ead60e0dca5 (diff) | |
download | pkgsrc-bfdd1f87be674faaa7e67b6d152ac2ba4915d327.tar.gz |
Needs imake.
-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" |