diff options
author | asami <asami@FreeBSD.org> | 2000-11-13 18:22:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-13 18:22:54 +0800 |
commit | f53709c5fac6e05482ea802f12f6354d0a8d20b7 (patch) | |
tree | 3e86218bc7a08cc231ef2259fcc2f77609148b04 /audio/libogg/Makefile | |
parent | b15f7ac3e47608fa46fe4f03f8977115ec079300 (diff) | |
download | freebsd-ports-gnome-f53709c5fac6e05482ea802f12f6354d0a8d20b7.tar.gz freebsd-ports-gnome-f53709c5fac6e05482ea802f12f6354d0a8d20b7.tar.zst freebsd-ports-gnome-f53709c5fac6e05482ea802f12f6354d0a8d20b7.zip |
Add USE_AUTOMAKE.
Submitted by: bento
Diffstat (limited to 'audio/libogg/Makefile')
-rw-r--r-- | audio/libogg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 3a5280eb073b..09f1780d4e7f 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -16,6 +16,7 @@ MAINTAINER= t.vanklaveren@student.utwente.nl GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_AUTOMAKE= yes WRKSRC= ${WRKDIR}/ogg ACLOCAL?= ${LOCALBASE}/bin/aclocal |