aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2004-07-28 03:01:43 +0800
committermezz <mezz@FreeBSD.org>2004-07-28 03:01:43 +0800
commitd680910e32570467afb6abf351581350b6db904e (patch)
tree176907d205eb6b8a22a26910ada9a2c33099c1f5
parent2238107824c9abc9d6cbbb45a5c4830483d9247d (diff)
downloadfreebsd-ports-gnome-d680910e32570467afb6abf351581350b6db904e.tar.gz
freebsd-ports-gnome-d680910e32570467afb6abf351581350b6db904e.tar.zst
freebsd-ports-gnome-d680910e32570467afb6abf351581350b6db904e.zip
Use the correct version of libtool 13 -> 15 to avoid install the *.la files.
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-rw-r--r--math/gnumeric2/Makefile2
-rw-r--r--www/epiphany-extensions/Makefile4
2 files changed, 3 insertions, 3 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}" \
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index c7c53512d8ce..c7ffb90809dd 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -44,8 +44,8 @@ HEADERS_SUFX=
USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack lthack gnometarget
-USE_LIBTOOL_VER=13
+USE_GNOME= gnomeprefix gnomehack gnometarget
+USE_LIBTOOL_VER=15
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"