aboutsummaryrefslogtreecommitdiffstats
path: root/www
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 /www
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>
Diffstat (limited to 'www')
-rw-r--r--www/epiphany-extensions/Makefile4
1 files changed, 2 insertions, 2 deletions
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}"