summaryrefslogtreecommitdiff
path: root/x11/qt4-tiff/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2009-09-03 12:12:14 +0000
committerjoerg <joerg>2009-09-03 12:12:14 +0000
commit4dfa5ad3341847225f1b50ee8905d1b2aa589055 (patch)
tree138a2c0147c27b1d3c5362346db0a8768eb9fa7d /x11/qt4-tiff/Makefile
parent9af90076eea6d0250a8df83769b5f153d4939f14 (diff)
downloadpkgsrc-4dfa5ad3341847225f1b50ee8905d1b2aa589055.tar.gz
Use --mode=install for libtool, don't dependency on the legacy
detection.
Diffstat (limited to 'x11/qt4-tiff/Makefile')
-rw-r--r--x11/qt4-tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4-tiff/Makefile b/x11/qt4-tiff/Makefile
index fcbc6da72b3..3b9abcba016 100644
--- a/x11/qt4-tiff/Makefile
+++ b/x11/qt4-tiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/08/26 19:58:40 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/09/03 12:12:15 joerg Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -23,7 +23,7 @@ IMGFMTDIR= ${QTPREFIX}/plugins/imageformats
INSTALLATION_DIRS= ${IMGFMTDIR}
do-install:
- ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/imageformats/libqtiff.la \
+ ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/plugins/imageformats/libqtiff.la \
${DESTDIR}${IMGFMTDIR}
# up to 4.3.2 a builtin libtiff is used