diff options
author | skv <skv@FreeBSD.org> | 2002-01-25 21:57:27 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-01-25 21:57:27 +0800 |
commit | 21033700053f92f1c84511e6c3d3285e7fc28200 (patch) | |
tree | 3e8113b1769d65acf2f45003c833aa355f1be7d1 /textproc | |
parent | 065467dbf01f4ff21382c8daa0444574c525f50e (diff) | |
download | freebsd-ports-gnome-21033700053f92f1c84511e6c3d3285e7fc28200.tar.gz freebsd-ports-gnome-21033700053f92f1c84511e6c3d3285e7fc28200.tar.zst freebsd-ports-gnome-21033700053f92f1c84511e6c3d3285e7fc28200.zip |
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 |