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 /print | |
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 'print')
-rw-r--r-- | print/freetype2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 88332eba86b7..edbc2c3ebe18 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GMAKE= yes MAKE_ENV= TOP="" INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GNOME= gnometarget USE_REINPLACE= yes LIBTOOLFILES= builds/unix/configure |