diff options
author | drochner <drochner@pkgsrc.org> | 2007-07-17 10:17:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-07-17 10:17:11 +0000 |
commit | 6867cbb538e226addb104862fc0b666914902d92 (patch) | |
tree | 295f0a4cc82c9c240a640def4b0408da00c4175d /misc | |
parent | 73021a2e7fc33ece6e2d3d5eb28e836502d9df21 (diff) | |
download | pkgsrc-6867cbb538e226addb104862fc0b666914902d92.tar.gz |
remove stale configure argument
Diffstat (limited to 'misc')
-rw-r--r-- | misc/yelp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/yelp/Makefile b/misc/yelp/Makefile index a33b7898a9f..ec2bbc0526f 100644 --- a/misc/yelp/Makefile +++ b/misc/yelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2007/06/05 05:37:31 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2007/07/17 10:17:11 drochner Exp $ # DISTNAME= yelp-2.18.1 @@ -22,7 +22,6 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LANGUAGES= c c++ CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} -CONFIGURE_ARGS+= --with-html-widget=gtkhtml2 GCONF2_SCHEMAS= yelp.schemas |