summaryrefslogtreecommitdiff
path: root/net-im/licq
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-15 06:24:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-15 06:24:02 +0000
commite76cae758e9ea4fe60f347b2782b91d48d0e2a5a (patch)
tree0479d1ffac6605eff72f14a22ee5895a62ca8b14 /net-im/licq
parentUpdate to 1.4.10 (Bug fix release). (diff)
workaround for installed autoconf/automake grief
PR: 42585,42654
Notes
Notes: svn path=/head/; revision=68079
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index e518fe012a9b..4328a3b1dcea 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -24,6 +24,10 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
+
+# workaround for installed autoconf/automake
+CONFIGURE_ARGS+=--program-transform-name=s,y,y,
+
.if defined(WITH_SOCKS)
CONFIGURE_ARGS+=--enable-socks5
.if defined(WITH_DANTE)