diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 034c9c51f70..ac187896532 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2003/02/15 14:19:19 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2003/02/15 16:42:22 espie Exp $ COMMENT= "MPEG2 and MPEG-4 AAC decoder" @@ -18,11 +18,11 @@ MASTER_SITES= http://faac.sourceforge.net/files/ LIB_DEPENDS= sndfile:libsndfile->=1.0.1:audio/libsndfile AUTOCONF_VERSION=2.13 -BUILD_DEPENDS= ::devel/autoconf/${AUTOCONF_VERSION} ::devel/metaauto +BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} USE_LIBTOOL= Yes WRKDIST= ${WRKDIR}/faad2 -CONFIGURE_STYLE= automake autoconf +CONFIGURE_STYLE= automake AUTOCONF_VERSION=2.13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \