diff options
author | gdt <gdt@pkgsrc.org> | 2019-03-17 18:27:01 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-03-17 18:27:01 +0000 |
commit | fd2c603d56a8ea381529e14bc9c98251806a1636 (patch) | |
tree | 845ae0423ab040ef7901c72ea08b7aa73f8a016d /print | |
parent | 4392741d76590abbd42ff170dcb598dffe7d59d6 (diff) | |
download | pkgsrc-fd2c603d56a8ea381529e14bc9c98251806a1636.tar.gz |
print/ghostscript-agpl: Reduce diffs to -gpl
Reorder lines in a way that should have no functional effect, but
which makes Makefile closer to ../print/ghostscript-gpl/Makefile.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-agpl/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index 2711ba0284a..f3053d73931 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2019/03/17 16:38:49 leot Exp $ +# $NetBSD: Makefile,v 1.38 2019/03/17 18:27:01 gdt Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} @@ -12,25 +12,27 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ghostscript.com/ COMMENT= Postscript interpreter + # Plus adobe verbatim for Resources/CMap. LICENSE= gnu-agpl-v3 -DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts +.include "Makefile.common" -.include "Makefile.common" +DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts -USE_LANGUAGES= c c++ +USE_LANGUAGES+= c c++ USE_TOOLS+= gmake perl:run lex pkg-config GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-openjpeg -CONFIGURE_ARGS+= --with-system-libtiff -CONFIGURE_ENV+= LPLIBDIR=${PREFIX}/lib -CONFIGURE_ENV.HPUX+= ac_cv_func_fopen64=no UNLIMIT_RESOURCES+= datasize # gsromfs1.c BUILD_TARGET= so INSTALL_TARGET= soinstall +CONFIGURE_ARGS+= --enable-openjpeg +CONFIGURE_ARGS+= --with-system-libtiff +CONFIGURE_ENV+= LPLIBDIR=${PREFIX}/lib +CONFIGURE_ENV.HPUX+= ac_cv_func_fopen64=no + REPLACE_PERL+= toolbin/localcluster/clusterpush.pl REPLACE_PERL+= toolbin/checkdeps.pl REPLACE_PERL+= toolbin/pscet_status.pl |