diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 2000-11-14 08:10:01 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 2000-11-14 08:10:01 +0000 |
| commit | 081b9384c06f0b8136961b967013fdcbeb283adc (patch) | |
| tree | bdecb13684ca7bb7c7e4437407e9e0c194520b82 | |
| parent | 5a02ea513d78f6bdf6e5adee0fc83c9d7fcd4218 (diff) | |
Add USE_AUTOMAKE
| -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 1deaf41403d5..73826a8ce7e6 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 |
