diff options
Diffstat (limited to 'devel/qt5-scripttools/Makefile')
-rw-r--r-- | devel/qt5-scripttools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/qt5-scripttools/Makefile b/devel/qt5-scripttools/Makefile index 369ecd813f13..acd1cafb9b3d 100644 --- a/devel/qt5-scripttools/Makefile +++ b/devel/qt5-scripttools/Makefile @@ -8,9 +8,8 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt Script additional components -USE_QT5= core gui script widgets buildtools_build -QT_DIST= script -USES= qmake +USE_QT= core gui script widgets buildtools_build +USES= qmake qt-dist:5,script USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} |