diff options
Diffstat (limited to 'x11/qt5-qtgraphicaleffects/Makefile')
-rw-r--r-- | x11/qt5-qtgraphicaleffects/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/qt5-qtgraphicaleffects/Makefile b/x11/qt5-qtgraphicaleffects/Makefile index cef2a7430dd..022585eaa41 100644 --- a/x11/qt5-qtgraphicaleffects/Makefile +++ b/x11/qt5-qtgraphicaleffects/Makefile @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2014/04/09 07:27:19 obache Exp $ +# $NetBSD: Makefile,v 1.6 2014/04/23 07:05:31 adam Exp $ PKGNAME= qt5-qtgraphicaleffects-${QTVERSION} -PKGREVISION= 4 COMMENT= Qt5 module for Graphics effects .include "../../x11/qt5-qtbase/Makefile.common" USE_LIBTOOL= yes - CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib -BUILD_DIRS+= qtgraphicaleffects +BUILD_DIRS= qtgraphicaleffects MAKE_ENV+= QTDIR=${QTDIR} INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} |