diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-17 10:13:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-17 10:13:09 +0000 |
commit | 6d7a528f21dd02fe40e271128fb720c6c3adf79d (patch) | |
tree | 6bb5953d745c88a7761dfec2ace87a84dd5572c6 /print | |
parent | 0c16fb4d9e70f4515ed77434894d2c464d12469a (diff) | |
download | pkgsrc-6d7a528f21dd02fe40e271128fb720c6c3adf79d.tar.gz |
Fix typo in CONFIGURE_ARGS, from Richard Palo.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-agpl/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index 3da175afab3..238fd5b60d6 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/03/16 22:25:21 dholland Exp $ +# $NetBSD: Makefile,v 1.2 2013/03/17 10:13:09 wiz Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} @@ -31,7 +31,7 @@ UNLIMIT_RESOURCES+= datasize # gsromfs1.c BUILD_TARGET= so INSTALL_TARGET= soinstall -CONFIGURE_ARGS+= -with-omni=no # otherwise pulls in libstdc++ +CONFIGURE_ARGS+= --with-omni=no # otherwise pulls in libstdc++ REPLACE_PERL+= toolbin/localcluster/clusterpush.pl REPLACE_PERL+= toolbin/checkdeps.pl diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 61e7990308f..5cb3169ea5d 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/03/16 21:32:00 dholland Exp $ +# $NetBSD: Makefile,v 1.2 2013/03/17 10:13:09 wiz Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-gpl/} @@ -30,7 +30,7 @@ UNLIMIT_RESOURCES+= datasize # gsromfs1.c BUILD_TARGET= so INSTALL_TARGET= soinstall -CONFIGURE_ARGS+= -with-omni=no # otherwise pulls in libstdc++ +CONFIGURE_ARGS+= --with-omni=no # otherwise pulls in libstdc++ REPLACE_PERL+= toolbin/localcluster/clusterpush.pl REPLACE_PERL+= toolbin/checkdeps.pl |