aboutsummaryrefslogtreecommitdiff
path: root/net-im/ramblercontacts/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-10-13 13:03:03 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-10-13 13:03:03 +0000
commit46888a73a164ed5da8f72ce811edd6afd72f01ec (patch)
tree9d348bd41c93dc07e16d63761a277862fca2beec /net-im/ramblercontacts/Makefile
parentfc71c02cd1026ef1faa101623b547646ff15ca8b (diff)
Notes
Diffstat (limited to 'net-im/ramblercontacts/Makefile')
-rw-r--r--net-im/ramblercontacts/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net-im/ramblercontacts/Makefile b/net-im/ramblercontacts/Makefile
index 211793a16304..e67c0794e647 100644
--- a/net-im/ramblercontacts/Makefile
+++ b/net-im/ramblercontacts/Makefile
@@ -13,13 +13,13 @@ COMMENT= Free, multi-service communication client from Rambler
LICENSE= GPLv3
+USES= qmake
USE_DOS2UNIX= config.inc
USE_XORG= xscrnsaver
USE_QT4= qmake_build moc_build rcc_build uic_build designer_build \
webkit
USE_LDCONFIG= yes
-NO_STAGE= yes
post-patch:
# Remove bogus Byte Order Mark (BOM) from some source files
@${REINPLACE_CMD} -e '1s/^[^#]*//' ${WRKSRC}/src/utils/balloontip.*
@@ -35,7 +35,4 @@ post-patch:
@${REINPLACE_CMD} -e 's| ../../COPYING||' \
${WRKSRC}/src/loader/loader.pro
-pre-build:
- @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}
-
.include <bsd.port.mk>