aboutsummaryrefslogtreecommitdiff
path: root/www/webkit-qt4/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-19 11:09:00 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-19 11:09:00 +0000
commita14d5f8d2d7b72aadb988160cfa609c628d5d719 (patch)
treed8777c22b9f1b7d15dd468c9fd85a364aa80bdc9 /www/webkit-qt4/Makefile
parent533234ab37a393c5b8ae56960d47e0c28a09c768 (diff)
downloadports-a14d5f8d2d7b72aadb988160cfa609c628d5d719.tar.gz
ports-a14d5f8d2d7b72aadb988160cfa609c628d5d719.zip
Remove libtool .la files from all Qt ports
Approvedy by: kde (makc)
Notes
Notes: svn path=/head/; revision=362251
Diffstat (limited to 'www/webkit-qt4/Makefile')
-rw-r--r--www/webkit-qt4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webkit-qt4/Makefile b/www/webkit-qt4/Makefile
index fb34e6aac9a9..9d96d8a615e8 100644
--- a/www/webkit-qt4/Makefile
+++ b/www/webkit-qt4/Makefile
@@ -3,6 +3,7 @@
PORTNAME= webkit
DISTVERSION= ${QT4_VERSION}
+PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt4-
@@ -92,7 +93,6 @@ post-configure:
${WRKSRC}/lib/pkgconfig/QtWebKit.pc
# QtWebKit is statically linked with jscore, remove the latest.
${REINPLACE_CMD} -e 's|-L../JavaScriptCore/release||; s|-ljscore||' \
- ${WRKSRC}/lib/pkgconfig/QtWebKit.pc \
- ${WRKSRC}/lib/libQtWebKit.la
+ ${WRKSRC}/lib/pkgconfig/QtWebKit.pc
.include <bsd.port.post.mk>