summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-12-17 14:19:00 +0000
committerjoerg <joerg@pkgsrc.org>2016-12-17 14:19:00 +0000
commita18ac56f6014335960ec13e0a4a58f1a69e3e7bc (patch)
tree6289170127057703fe525585f33b0aefff4c7f63 /x11
parent8d4f143c557d797c56f466897fcad215146242d8 (diff)
downloadpkgsrc-a18ac56f6014335960ec13e0a4a58f1a69e3e7bc.tar.gz
Don't build Jasper sources we don't use anyway.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtimageformats/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/qt5-qtimageformats/Makefile b/x11/qt5-qtimageformats/Makefile
index e38e34c3700..cc584553a8d 100644
--- a/x11/qt5-qtimageformats/Makefile
+++ b/x11/qt5-qtimageformats/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/12/04 05:17:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2016/12/17 14:19:00 joerg Exp $
DISTNAME= qtimageformats-opensource-src-${QTVERSION}
PKGNAME= qt5-qtimageformats-${QTVERSION}
@@ -11,6 +11,9 @@ MAKE_ENV+= QTDIR=${QTDIR}
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
INSTALLATION_DIRS+= lib/pkgconfig
+post-extract:
+ ${RM} -r ${WRKSRC}/src/3rdparty/jasper*
+
.include "../../x11/qt5-qtbase/Makefile.common"
.include "../../archivers/xz/buildlink3.mk"