diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 07:12:49 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 07:12:49 +0800 |
commit | 705c6ecc711e959a3edd283bade7a1d4041b2339 (patch) | |
tree | 980853e101f2053102d499f2bce786921bd28276 | |
parent | d0a95c82d40810eaafd1b0b4e667f8465742fe0b (diff) | |
download | freebsd-ports-gnome-705c6ecc711e959a3edd283bade7a1d4041b2339.tar.gz freebsd-ports-gnome-705c6ecc711e959a3edd283bade7a1d4041b2339.tar.zst freebsd-ports-gnome-705c6ecc711e959a3edd283bade7a1d4041b2339.zip |
Add USE_AUTOMAKE.
Submitted by: bento
-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 |