diff options
Diffstat (limited to 'chinese/qt4-codecs-tw/Makefile')
-rw-r--r-- | chinese/qt4-codecs-tw/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chinese/qt4-codecs-tw/Makefile b/chinese/qt4-codecs-tw/Makefile index 40bab460fa6f..5c8e6e6c09ed 100644 --- a/chinese/qt4-codecs-tw/Makefile +++ b/chinese/qt4-codecs-tw/Makefile @@ -3,7 +3,7 @@ PORTNAME= codecs DISTVERSION= ${QT4_VERSION} -CATEGORIES?= chinese +CATEGORIES= chinese PKGNAMEPREFIX= qt4- PKGNAMESUFFIX= -tw @@ -11,7 +11,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt Big-5 codec plugin USE_QT4= qmake_build corelib -QT_NONSTANDARD= yes QT_DIST= yes HAS_CONFIGURE= yes @@ -36,11 +35,9 @@ EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}/tw INSTALL_WRKSRC= ${BUILD_WRKSRC} -EXTRA_PATCHES+= ${.CURDIR}/../../devel/qt4/files/patch-configure - pre-configure: ${MKDIR} ${WRKSRC}/mkspecs - ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake + ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake post-configure: ${REINPLACE_CMD} -e 's|(test -z.*||g' ${BUILD_WRKSRC}/Makefile |