diff options
author | mezz <mezz@FreeBSD.org> | 2004-07-26 03:01:38 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-07-26 03:01:38 +0800 |
commit | 3e4e9e6c79dcbfc3cc304fd1d8dd5b57d7b2f81a (patch) | |
tree | 66c2da6a10a97009d612375b031d540346843846 /x11-fonts/fontconfig | |
parent | 37da8e97407830607683725c36eeacd674084c75 (diff) | |
download | freebsd-ports-gnome-3e4e9e6c79dcbfc3cc304fd1d8dd5b57d7b2f81a.tar.gz freebsd-ports-gnome-3e4e9e6c79dcbfc3cc304fd1d8dd5b57d7b2f81a.tar.zst freebsd-ports-gnome-3e4e9e6c79dcbfc3cc304fd1d8dd5b57d7b2f81a.zip |
Use the correct version of libtool 13 -> 15 to avoid install the *.la files.
Diffstat (limited to 'x11-fonts/fontconfig')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index ab3dc60eea76..020a8fe67424 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ USE_GMAKE= yes PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GNOME= gnomehack gnometarget lthack pkgconfig CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat-includes=${LOCALBASE}/include \ |