diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-01-25 13:57:27 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-01-25 13:57:27 +0000 |
commit | 862813b75f3ad8dc53479fbdbe0857828b3d23dd (patch) | |
tree | 4ed3d3d55a000fe6137886df56a1f76610a61366 /textproc | |
parent | - Update to version of 2001-12-30 (diff) |
Fixed 'automake' version.
Approved by: tobez
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sablotron/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index c93b38d42459..89678c3650eb 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \ USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOMAKE_VER=15 +USE_AUTOMAKE_VER=14 AUTOMAKE_ARGS= -a USE_LIBTOOL= yes |