use MODGNU_AUTOCONF_DEPENDS

This commit is contained in:
espie 2003-02-15 16:42:22 +00:00
parent 3c8bf6ed4f
commit 8f53f71956

View File

@ -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" 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 LIB_DEPENDS= sndfile:libsndfile->=1.0.1:audio/libsndfile
AUTOCONF_VERSION=2.13 AUTOCONF_VERSION=2.13
BUILD_DEPENDS= ::devel/autoconf/${AUTOCONF_VERSION} ::devel/metaauto BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS}
USE_LIBTOOL= Yes USE_LIBTOOL= Yes
WRKDIST= ${WRKDIR}/faad2 WRKDIST= ${WRKDIR}/faad2
CONFIGURE_STYLE= automake autoconf CONFIGURE_STYLE= automake
AUTOCONF_VERSION=2.13 AUTOCONF_VERSION=2.13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib" \