Use proper AUTOCONF_VERSION, from Brad.

This commit is contained in:
ajacoutot 2011-05-12 06:04:32 +00:00
parent 7bac3b6cda
commit 93f2fc5cdd
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2011/05/01 18:00:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2011/05/12 06:04:32 ajacoutot Exp $
COMMENT-main= implementation of the Freedesktop sound theme spec.
COMMENT-gtk= gtk+2 helper for libcanberra
@ -62,8 +62,7 @@ MODGCONF2_LIBDEP= No
SUBST_VARS= V
# Should be 2.68
AUTOCONF_VERSION= 2.67
AUTOCONF_VERSION= 2.68
AUTOMAKE_VERSION= 1.10
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2011/05/01 18:11:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.17 2011/05/12 06:08:40 ajacoutot Exp $
COMMENT= plugins for EOG
@ -39,8 +39,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= x11/gnome/eog>=2.30.0
MODGCONF2_SCHEMAS_DIR= eog-plugins
# Should be 2.68
AUTOCONF_VERSION= 2.67
AUTOCONF_VERSION= 2.68
CONFIGURE_STYLE= autoconf gnu
CONFIGURE_ARGS+= --with-plugins=all
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \