diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-16 13:06:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-16 13:06:29 +0000 |
commit | f440390503fe6c5a40f8e97dac1ab5d1572b53de (patch) | |
tree | 683a62cfab73ac3e1852ce8fbde27d0c7b0bb395 /audio/vorbis-tools | |
parent | b5c80055a71ad38a84391f1d32d764f72961aca0 (diff) |
Notes
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r-- | audio/vorbis-tools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 73826a8ce7e6..18b146e14635 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -25,8 +25,9 @@ WRKSRC= ${WRKDIR}/vorbis-tools ACLOCAL?= ${LOCALBASE}/bin/aclocal AUTOHEADER?= ${LOCALBASE}/bin/autoheader CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS+= --with-ogg=${LOCALBASE} \ - --with-ao=${LOCALBASE} +CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \ + --with-ao=${LOCALBASE} +AUTOMAKE_ARGS= --add-missing MAN1= ogg123.1 |