From 95086ee1dc3ede7410a8fd5b434f4e462f2a7d20 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 1 May 2011 18:11:03 +0000 Subject: [PATCH] Use proper AUTOCONF_VERSION, from Brad. --- x11/gnome/eog-plugins/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/gnome/eog-plugins/Makefile b/x11/gnome/eog-plugins/Makefile index 920442f86ea..dd3e9fe0540 100644 --- a/x11/gnome/eog-plugins/Makefile +++ b/x11/gnome/eog-plugins/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2011/04/15 16:10:38 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2011/05/01 18:11:03 ajacoutot Exp $ COMMENT= plugins for EOG @@ -39,7 +39,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= x11/gnome/eog>=2.30.0 MODGCONF2_SCHEMAS_DIR= eog-plugins -AUTOCONF_VERSION= 2.64 +# Should be 2.68 +AUTOCONF_VERSION= 2.67 CONFIGURE_STYLE= autoconf gnu CONFIGURE_ARGS+= --with-plugins=all CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \