diff options
author | rumko <rumko@pkgsrc.org> | 2012-10-16 10:10:17 +0000 |
---|---|---|
committer | rumko <rumko@pkgsrc.org> | 2012-10-16 10:10:17 +0000 |
commit | 6b5c66084c33f284b5a0313d2a5ddbcb762a5ec4 (patch) | |
tree | aef4fd7fadbf40d1e10b7148cd5190d00249df68 /print | |
parent | a4ba483f445d4278aa89490086cd98e2f655c1f8 (diff) | |
download | pkgsrc-6b5c66084c33f284b5a0313d2a5ddbcb762a5ec4.tar.gz |
Do not use bundled freetype, use pkgsrc's.
The bundled freetype conflicts with pkgsrc's and results in build errors.
Closes PR pkg/47063.
Ok@ wiz
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 2a773dca1ef..51dbdbcf7f3 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2012/10/08 11:06:33 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2012/10/16 10:10:17 rumko Exp $ DISTNAME= ghostscript-${GS_VERSION} CATEGORIES= print @@ -89,6 +89,7 @@ post-extract: ${RM} -rf ${WRKSRC}/libpng # ${RM} -rf ${WRKSRC}/tiff # ${RM} -rf ${WRKSRC}/zlib + ${RM} -rf ${WRKSRC}/freetype # # To allow outside customization, rename cidfmap # (if you look at inside of the file, it is logically empty) @@ -103,6 +104,7 @@ post-install: .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/freetype2/buildlink3.mk" # pkgsrc jasper is too new #.include "../../graphics/jasper/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |