diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
commit | 54a0b86543e9ffa811825f0afecea56e89aac2a5 (patch) | |
tree | f56fb969c6a70f5e63287a4f791d035ab1ef0ddc /audio/oggsplit/Makefile | |
parent | 1fccb46f1497a538f24ec00f14b7826570bc0a3a (diff) |
Notes
Diffstat (limited to 'audio/oggsplit/Makefile')
-rw-r--r-- | audio/oggsplit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/oggsplit/Makefile b/audio/oggsplit/Makefile index 9c54fb7fca82..da1c8e1f7d86 100644 --- a/audio/oggsplit/Makefile +++ b/audio/oggsplit/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 259 -USE_AUTOMAKE_VER= 15 +USE_AUTOTOOLS= automake:15 autoconf:259 AUTOMAKE_ARGS= --add-missing MAN1= oggsplit.1 |