summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-07-27 19:01:43 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-07-27 19:01:43 +0000
commite64aa26f706e765f06f0af42aa20f58d548f8ca5 (patch)
tree67b48d523da7002c65e9901f3a1d267815b33e25 /math
parentUpdate to 20040727 (diff)
Use the correct version of libtool 13 -> 15 to avoid install the *.la files.
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes
Notes: svn path=/head/; revision=114890
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index 38cc55034d38..934daa26a374 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -27,7 +27,7 @@ USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui libgnomedb \
libgsf_gnome
USE_PYTHON= yes
USE_REINPLACE= yes
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --without-guile --with-bonobo --with-gnome-db
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \