diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 07:12:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 07:12:49 +0800 |
commit | f36d11d49e10cf8c861811034e8ff90fa9fe2f53 (patch) | |
tree | 797922f3cb56bfdb32282ac99c9802199cf7f501 /audio | |
parent | c0455569dbf5ef3008cd4f7d1d91db3444551f3a (diff) | |
download | freebsd-ports-gnome-f36d11d49e10cf8c861811034e8ff90fa9fe2f53.tar.gz freebsd-ports-gnome-f36d11d49e10cf8c861811034e8ff90fa9fe2f53.tar.zst freebsd-ports-gnome-f36d11d49e10cf8c861811034e8ff90fa9fe2f53.zip |
Add USE_AUTOMAKE.
Submitted by: bento
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 |