diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-11-11 15:58:36 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-11-11 15:58:36 +0000 |
commit | 7c58984099493e89858f82d67ca9068356c07b15 (patch) | |
tree | 7fa4312289952f485ada7ca83380fe7ba156a4be /net-p2p | |
parent | e5e8a36ae28aca1851008d3bac7e89014249f82a (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 674e900ebfd4..f8f73f6386ab 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -58,6 +58,9 @@ post-patch: general-patch pre-configure: @(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -W none) +.if ${SLAVEPORT}=="gtk2" + @(cd ${WRKSRC} && intltoolize --copy --force --automake) +.endif @${REINPLACE_CMD} -e \ 's|_pthread_flags=".*"|_pthread_flags="${PTHREAD_LIBS}"|g' \ ${WRKSRC}/configure |