summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2016-12-17 14:19:00 +0000
committerjoerg <joerg>2016-12-17 14:19:00 +0000
commit368cb39300981d8aa149ba0d36da76be84a8475f (patch)
tree6043a9f07865f18302267e43cf3b2991b857c6a1 /x11
parentad232b164021ed3662f5f9a008916bbd41504e17 (diff)
downloadpkgsrc-368cb39300981d8aa149ba0d36da76be84a8475f.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"