diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 18:30:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 18:30:25 +0000 |
commit | 927462df0cc99bfb5176b33a348d6958a81c74de (patch) | |
tree | 476042d09398a2bb31dd224426b3cc97a68bf2c7 /net-im | |
parent | 2bd2415c4ae56a4574f31052efe36291c01bd56f (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qxmpp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/qxmpp/Makefile b/net-im/qxmpp/Makefile index cec7a08a6dc9..94068055cc76 100644 --- a/net-im/qxmpp/Makefile +++ b/net-im/qxmpp/Makefile @@ -18,8 +18,7 @@ USE_QT4= gui network qtestlib xml uic_build moc_build \ USE_GITHUB= yes GH_ACCOUNT= qxmpp-project GH_TAGNAME= v${PORTVERSION} - -WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-cc09061 +GH_COMMIT= cc09061 pre-configure: ${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|g' \ |