missing autoconf in CONFIGURE_STYLE to unbreak build on clean machines

no PKGNAME bump
This commit is contained in:
sturm 2008-10-10 19:42:33 +00:00
parent 5c2d8c9f83
commit 39a9f818a9

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2007/12/16 18:23:34 laurent Exp $
# $OpenBSD: Makefile,v 1.6 2008/10/10 19:42:33 sturm Exp $
COMMENT= library to write an arbitary set of chunks of data to a file
DISTNAME= eet-20071211
@ -16,7 +16,7 @@ WANTLIB= c m z
LIB_DEPENDS= jpeg::graphics/jpeg
CONFIGURE_STYLE= automake
CONFIGURE_STYLE= autoconf automake
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"