diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-28 03:13:37 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-28 03:13:37 +0800 |
commit | 945ba9a3825003733cfb9a410e580f90013116f6 (patch) | |
tree | f13e1653a64b82d77f186b80cfb70891957bbf1e /www/epiphany-extensions | |
parent | fff2c45ab8c35a33a3de66b2a6c717a8d4408089 (diff) | |
download | marcuscom-ports-945ba9a3825003733cfb9a410e580f90013116f6.tar marcuscom-ports-945ba9a3825003733cfb9a410e580f90013116f6.tar.gz marcuscom-ports-945ba9a3825003733cfb9a410e580f90013116f6.tar.bz2 marcuscom-ports-945ba9a3825003733cfb9a410e580f90013116f6.tar.lz marcuscom-ports-945ba9a3825003733cfb9a410e580f90013116f6.tar.xz marcuscom-ports-945ba9a3825003733cfb9a410e580f90013116f6.tar.zst marcuscom-ports-945ba9a3825003733cfb9a410e580f90013116f6.zip |
Use the correct version of libtool 13 -> 15 to avoid install the *.la files.
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2560 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions')
-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 1a29fe949..4447321f2 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -40,8 +40,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}" |