diff options
author | roger <roger@FreeBSD.org> | 2000-11-14 08:10:01 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-11-14 08:10:01 +0000 |
commit | 0f6fc6bbf677f53381139fe258fb84e9917d41b2 (patch) | |
tree | 0ba3569a457c6d433ad18f54a978e3e286eaf4ec /audio | |
parent | 70c62734705a999c17b092cdfaa550d0c363ef85 (diff) | |
download | FreeBSD-ports-0f6fc6bbf677f53381139fe258fb84e9917d41b2.zip FreeBSD-ports-0f6fc6bbf677f53381139fe258fb84e9917d41b2.tar.gz |
Add USE_AUTOMAKE
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vorbis-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 1deaf41..73826a8 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= ao.0:${PORTSDIR}/audio/libao \ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_AUTOMAKE= yes WRKSRC= ${WRKDIR}/vorbis-tools ACLOCAL?= ${LOCALBASE}/bin/aclocal AUTOHEADER?= ${LOCALBASE}/bin/autoheader |