diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-13 13:03:03 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-13 13:03:03 +0000 |
commit | 46888a73a164ed5da8f72ce811edd6afd72f01ec (patch) | |
tree | 9d348bd41c93dc07e16d63761a277862fca2beec /net-im/ramblercontacts/Makefile | |
parent | fc71c02cd1026ef1faa101623b547646ff15ca8b (diff) |
Notes
Diffstat (limited to 'net-im/ramblercontacts/Makefile')
-rw-r--r-- | net-im/ramblercontacts/Makefile | 5 |
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> |