aboutsummaryrefslogtreecommitdiff
path: root/korean/qt4-codecs-kr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/qt4-codecs-kr/Makefile')
-rw-r--r--korean/qt4-codecs-kr/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/korean/qt4-codecs-kr/Makefile b/korean/qt4-codecs-kr/Makefile
index 69d008d483b6..1c58cb0dc292 100644
--- a/korean/qt4-codecs-kr/Makefile
+++ b/korean/qt4-codecs-kr/Makefile
@@ -19,7 +19,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt EUC-KR codec plugin
USE_QT_VER= 4
-QT_COMPONENTS= qmake corelib
+QT_COMPONENTS= qmake_build corelib
QT_NONSTANDARD= yes
QT_DIST= yes
@@ -46,8 +46,6 @@ EXTRACT_AFTER_ARGS=| ${TAR} -xf - \
WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}/kr
CONFIGURE_WRKSRC=${WRKSRC}/../../../..
-.include <bsd.port.pre.mk>
-
pre-configure:
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/codecs|g' \
@@ -56,7 +54,5 @@ pre-configure:
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc
-post-configure:
- ${REINPLACE_CMD} -e 's|(test -z.*||g' ${WRKSRC}/Makefile
+.include <bsd.port.mk>
-.include <bsd.port.post.mk>