From 525360c582d7544bbaba514ed93ee5d17d93de61 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 9 Jun 2009 18:37:39 +0000 Subject: Add missing + and fix a typo in CONFIGURE_ARGS. No effective change except in strings, so ride update from a few hours ago --- devel/libidn/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/libidn') diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 66280498f85..b7f53bb227b 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2009/06/09 13:17:58 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2009/06/09 18:37:39 wiz Exp $ DISTNAME= libidn-1.15 CATEGORIES= devel @@ -21,8 +21,8 @@ GNU_CONFIGURE= yes INFO_FILES= yes CONFIGURE_ENV+= EMACS=${FALSE} CONFIGURE_ARGS+= --disable-csharp --disable-java -CONFIGURE_ARGS= --with-packager=pkgsrc -CONFIGURE_ARGS= --with-packager-bug-report=http://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd +CONFIGURE_ARGS+= --with-packager=pkgsrc +CONFIGURE_ARGS+= --with-packager-bug-reports=http://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd PKGCONFIG_OVERRIDE+= libidn.pc.in TEST_TARGET= check -- cgit v1.2.3