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 /editors/focuswriter/Makefile | |
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 'editors/focuswriter/Makefile')
-rw-r--r-- | editors/focuswriter/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile index ebacf36679c3..11f7a7748799 100644 --- a/editors/focuswriter/Makefile +++ b/editors/focuswriter/Makefile @@ -25,8 +25,6 @@ USE_QT5= concurrent core gui multimedia network printsupport widgets \ buildtools_build linguisttools_build INSTALLS_ICONS= yes -LIBS+= -lz - PORTDATA= * PORTDOCS= CREDITS NEWS README @@ -35,8 +33,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> post-patch: - @${REINPLACE_CMD} -e '/PKGCONFIG/s/ zlib// ; \ - /INSTALLS/s/man //' \ + @${REINPLACE_CMD} -e '/INSTALLS/s/man //' \ ${WRKSRC}/focuswriter.pro .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000054 @${REINPLACE_CMD} -e 's/std::lround/lround/g' \ |