diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-04 03:58:37 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-04 03:58:37 +0800 |
commit | 3b60577b7e5013e3a6efcf3ad34edcf626dbba67 (patch) | |
tree | e04a4a95d5849381e2b282b3e90796f6b4ae0139 /polish/kadu | |
parent | 47fd05d0f8b654164d53e6fe8274ad60f67dfa21 (diff) | |
download | freebsd-ports-gnome-3b60577b7e5013e3a6efcf3ad34edcf626dbba67.tar.gz freebsd-ports-gnome-3b60577b7e5013e3a6efcf3ad34edcf626dbba67.tar.zst freebsd-ports-gnome-3b60577b7e5013e3a6efcf3ad34edcf626dbba67.zip |
Assume "pkg-config zlib" works after 9.x reached EOL
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index b77386a9ddeb..d59c397ca7cb 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -56,8 +56,6 @@ GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \ ${GG7_EMOTS_DISTFILE}:additions post-patch: - @${REINPLACE_CMD} '/zlib/ s|^|#|' \ - ${WRKSRC}/plugins/jabber_protocol/CMakeLists.txt @${REINPLACE_CMD} '/kadu_add_test/ s|^|#|' \ ${WRKSRC}/kadu-core/plugin/CMakeLists.txt |