diff options
Diffstat (limited to 'devel/pcre/Makefile')
-rw-r--r-- | devel/pcre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index c9598e77980..af1d8eac023 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/10/14 09:37:46 adam Exp $ +# $NetBSD: Makefile,v 1.28 2005/12/05 20:50:06 rillig Exp $ DISTNAME= pcre-6.4 PKGREVISION= 1 @@ -25,6 +25,6 @@ TEST_TARGET= test # Avoid an ICE in gcc2 on sparc64 # use CONFIGURE_ARGS instead of the usual CONFIGURE_ENV as the latter just # won't work with -this- configure -CONFIGURE_ARGS+= F77=${FALSE} +CONFIGURE_ARGS+= F77=${FALSE:Q} .include "../../mk/bsd.pkg.mk" |