diff options
Diffstat (limited to 'graphics/qt4-iconengines/Makefile')
-rw-r--r-- | graphics/qt4-iconengines/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/qt4-iconengines/Makefile b/graphics/qt4-iconengines/Makefile index ec5f20987e68..98edb3eb3a3b 100644 --- a/graphics/qt4-iconengines/Makefile +++ b/graphics/qt4-iconengines/Makefile @@ -10,9 +10,8 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt SVG icon engine -USES= pkgconfig -USE_QT4= qmake_build moc_build corelib gui svg xml -QT_DIST= yes +USES= pkgconfig qmake:no_env qt-dist:4 +USE_QT= moc_build corelib gui svg xml HAS_CONFIGURE= yes |