diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-27 19:01:43 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-27 19:01:43 +0000 |
commit | e64aa26f706e765f06f0af42aa20f58d548f8ca5 (patch) | |
tree | 67b48d523da7002c65e9901f3a1d267815b33e25 /math | |
parent | b5fc6d08733e90a4e1a61d812eb7d26185cb50e6 (diff) | |
download | ports-e64aa26f706e765f06f0af42aa20f58d548f8ca5.tar.gz ports-e64aa26f706e765f06f0af42aa20f58d548f8ca5.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric2/Makefile | 2 |
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}" \ |