diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-24 09:53:12 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-24 09:53:12 +0000 |
commit | 4e053cb8d3dcfe63ba14e0e286f281953897a17d (patch) | |
tree | 05f9ce9a2613b96c32c2efa230f55ef3a9c6e759 /audio/flac/Makefile | |
parent | ac76034d71ec12bf0d960136e0af82ead6a34cc1 (diff) | |
download | ports-4e053cb8d3dcfe63ba14e0e286f281953897a17d.tar.gz ports-4e053cb8d3dcfe63ba14e0e286f281953897a17d.zip |
Notes
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r-- | audio/flac/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 34434d1ceba1..d6a018cb3d65 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -27,6 +27,8 @@ PLIST_SUB= XMMS="@comment " BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .endif +USE_AUTOMAKE= yes +AUTOMAKE_ARGS= --include-deps USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |