diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 23:12:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 23:12:49 +0000 |
commit | 705c6ecc711e959a3edd283bade7a1d4041b2339 (patch) | |
tree | 980853e101f2053102d499f2bce786921bd28276 /audio | |
parent | Update Vim 5.7 to patchlevel 15. (diff) |
Add USE_AUTOMAKE.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=35103
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvorbis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 7d74b34e98ff..4a07df698e7a 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= ogg.0:${PORTSDIR}/audio/libogg GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_AUTOMAKE= yes WRKSRC= ${WRKDIR}/vorbis ACLOCAL?= ${LOCALBASE}/bin/aclocal |