aboutsummaryrefslogtreecommitdiff
path: root/games/tanglet
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-03 19:58:37 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-03 19:58:37 +0000
commit28e7e01df0bd11e6445803ff4a8ebd8e3ca712ec (patch)
treee04a4a95d5849381e2b282b3e90796f6b4ae0139 /games/tanglet
parent931c22e7cb046db5b0a7ecf4c617acac21b1c1d7 (diff)
downloadports-28e7e01df0bd11e6445803ff4a8ebd8e3ca712ec.tar.gz
ports-28e7e01df0bd11e6445803ff4a8ebd8e3ca712ec.zip
Assume "pkg-config zlib" works after 9.x reached EOL
Notes
Notes: svn path=/head/; revision=430516
Diffstat (limited to 'games/tanglet')
-rw-r--r--games/tanglet/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/tanglet/Makefile b/games/tanglet/Makefile
index d0676189df8d..0f333e609de3 100644
--- a/games/tanglet/Makefile
+++ b/games/tanglet/Makefile
@@ -14,17 +14,14 @@ LICENSE= GPLv3+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= compiler:c++11-lib desktop-file-utils qmake shared-mime-info tar:bzip2
+USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake \
+ shared-mime-info tar:bzip2
USE_QT5= buildtools_build linguisttools_build core gui widgets
CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \
-D_DECLARE_C99_LDBL_MATH # XXX ports/193528
post-patch:
- @${REINPLACE_CMD} -e \
- '/link_pkgconfig/d ; \
- s|PKGCONFIG|LIBS| ; \
- s|zlib|-lz| ; \
- s|share/man|man|' ${WRKSRC}/tanglet.pro
+ @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/tanglet.pro
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}