diff options
author | gavan <gavan@pkgsrc.org> | 2019-04-26 15:28:17 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2019-04-26 15:28:17 +0000 |
commit | a882a5e09c09f4731e1a0ee653fca7cc346f4aba (patch) | |
tree | def64ee9dabe441eab3954830e6db7ca30e24c01 /print | |
parent | 98bf9f971357147b5f6d76e44f6788f9e0835fab (diff) | |
download | pkgsrc-a882a5e09c09f4731e1a0ee653fca7cc346f4aba.tar.gz |
ghostscript-agpl: cosmetic change
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-agpl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index cb36e423b08..8e30fe2a486 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2019/04/26 15:19:18 gavan Exp $ +# $NetBSD: Makefile,v 1.43 2019/04/26 15:28:17 gavan Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} @@ -81,8 +81,6 @@ CPPFLAGS.SunOS+= -D__C99FEATURES__ # require linking against libiconv when it should do so. BUILDLINK_TRANSFORM.IRIX+= l:fontconfig:fontconfig:iconv -BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.10.0 - .include "options.mk" post-extract: @@ -108,6 +106,7 @@ post-install: .include "../../devel/libidn/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.10.0 .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jbig2dec/buildlink3.mk" .include "../../graphics/lcms2/buildlink3.mk" |