Use proper AUTOCONF_VERSION, from Brad.

This commit is contained in:
ajacoutot 2011-05-01 18:11:03 +00:00
parent 13b77a3fea
commit 95086ee1dc

View File

@ -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" \