From 6d7a528f21dd02fe40e271128fb720c6c3adf79d Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 17 Mar 2013 10:13:09 +0000 Subject: Fix typo in CONFIGURE_ARGS, from Richard Palo. --- print/ghostscript-agpl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/ghostscript-agpl') 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 -- cgit v1.2.3