diff options
author | roger <roger@FreeBSD.org> | 2000-11-13 18:57:16 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-11-13 18:57:16 +0800 |
commit | bb39315385c6a026ad6a6a9a39865fc0b7c14341 (patch) | |
tree | 530b519c7225ac2888cd22c3295b2ae8bed87a1f /audio | |
parent | a345331cc0fdaf28bd3f88dcc7f38fea86d85d2d (diff) | |
download | freebsd-ports-gnome-bb39315385c6a026ad6a6a9a39865fc0b7c14341.tar.gz freebsd-ports-gnome-bb39315385c6a026ad6a6a9a39865fc0b7c14341.tar.zst freebsd-ports-gnome-bb39315385c6a026ad6a6a9a39865fc0b7c14341.zip |
Add USE_AUTOMAKE
Submitted by: bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libao/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index e10f2cc079e1..cd5d53531c17 100644 --- a/audio/libao/Makefile +++ b/audio/libao/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}/ao ACLOCAL?= ${LOCALBASE}/bin/aclocal |