diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-11-24 11:23:01 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-11-24 11:23:01 +0000 |
commit | 1dcef710303d6a8f08fbc63e24f2216c2b7074d2 (patch) | |
tree | 32c440fe243ce655811733b84568a40533e5912d /net-p2p | |
parent | 4b683ccd301a3ee42514a42fe6a8f07345b8c744 (diff) | |
download | ports-1dcef710303d6a8f08fbc63e24f2216c2b7074d2.tar.gz ports-1dcef710303d6a8f08fbc63e24f2216c2b7074d2.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index be9e64dbf6ff..25c748b562cf 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -38,6 +38,9 @@ USE_QT4+= dbus CONFIGURE_ARGS+= --disable-qt-dbus .endif +post-patch: + @${REINPLACE_CMD} -e 's,qputenv,!&,' ${WRKSRC}/src/main.cpp + post-install: .if !defined(QB_NOX_SLAVE) @${STRIP_CMD} ${PREFIX}/bin/qbittorrent |