diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-19 12:43:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-19 12:43:47 +0000 |
commit | 1adeb49c0dea9fa80ff53b09e7cc24d32b8fba4e (patch) | |
tree | 88cffdee854a73eaa97dcb8bba3397fea14ed2b9 /print/xpdf | |
parent | 8fb6a916b1ed576473c1dbb8deced8bdb32a8147 (diff) | |
download | pkgsrc-1adeb49c0dea9fa80ff53b09e7cc24d32b8fba4e.tar.gz |
Complete move of textproc/t1lib, textproc/t1utils, and x11/typeinst to fonts.
Diffstat (limited to 'print/xpdf')
-rw-r--r-- | print/xpdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index 4d8b26df0a2..3cec75f81ee 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/06/10 10:58:58 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2002/07/19 12:43:51 wiz Exp $ # DISTNAME= xpdf-1.00 @@ -31,8 +31,8 @@ MAKE_ENV+= SED="${SED}" ECHO="${ECHO}" CONFIGURE_ARGS+= --enable-a4-paper .endif +.include "../../fonts/t1lib/buildlink.mk" .include "../../graphics/freetype2/buildlink.mk" .include "../../graphics/xpm/buildlink.mk" -.include "../../textproc/t1lib/buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |