From 41b7f883539ea3d68c127402ac3dc859be3f6886 Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 3 Nov 2005 16:14:47 +0000 Subject: [PATCH] don't use historic autoconf version --- emulators/zsnes/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index b0d818e3ff4..57bd10e732c 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2005/10/21 18:07:10 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2005/11/03 16:14:47 naddy Exp $ ONLY_FOR_ARCHS= i386 @@ -29,6 +29,7 @@ LIB_DEPENDS= SDL.:sdl-*-!no_x11:devel/sdl \ USE_X11= Yes +AUTOCONF_VERSION= 2.59 CONFIGURE_STYLE= autoconf CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} \ --with-png \