=================================================================== RCS file: /cvs/ports/graphics/devil/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/graphics/devil/Attic/Makefile 2010/04/21 22:12:43 1.3 +++ ports/graphics/devil/Attic/Makefile 2010/04/21 22:22:45 1.4 @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.3 2010/04/21 21:12:43 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2010/04/21 21:22:45 yason Exp $ COMMENT = full featured cross-platform image library DISTNAME = DevIL-1.7.8 PKGNAME = ${DISTNAME:L} -SHARED_LIBS += IL 0.0 #2.0 -SHARED_LIBS += ILU 0.0 #2.0 -SHARED_LIBS += ILUT 0.0 #2.0 +SHARED_LIBS += IL 0.0 # .2.0 +SHARED_LIBS += ILU 0.0 # .2.0 +SHARED_LIBS += ILUT 0.0 # .2.0 CATEGORIES = graphics @@ -39,7 +39,8 @@ USE_X11 = Yes USE_LIBTOOL = Yes -CONFIGURE_STYLE = gnu +CONFIGURE_STYLE = autoconf +AUTOCONF_VERSION = 2.61 CONFIGURE_ARGS += --enable-ILU \ --enable-ILUT \ --with-examples \