From 368cb39300981d8aa149ba0d36da76be84a8475f Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 17 Dec 2016 14:19:00 +0000 Subject: Don't build Jasper sources we don't use anyway. --- x11/qt5-qtimageformats/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11') 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" -- cgit v1.2.3