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 /www/epiphany-extensions/Makefile | |
parent | Update 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>
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r-- | www/epiphany-extensions/Makefile | 4 |
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}" |