aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-11-11 15:58:36 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-11-11 15:58:36 +0000
commit7c58984099493e89858f82d67ca9068356c07b15 (patch)
tree7fa4312289952f485ada7ca83380fe7ba156a4be /net-p2p
parente5e8a36ae28aca1851008d3bac7e89014249f82a (diff)
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-cli/Makefile3
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