diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /print/cjk-lyx | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) |
Notes
Diffstat (limited to 'print/cjk-lyx')
-rw-r--r-- | print/cjk-lyx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 9d1e37eb6621..37e2994c6030 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -31,7 +31,7 @@ USE_PERL5= yes USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-frontend=qt \ --with-extra-lib="${LOCALBASE}/lib" \ --with-extra-inc="${LOCALBASE}/include" |