summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-10-15 06:24:02 +0000
committerdinoex <dinoex@FreeBSD.org>2002-10-15 06:24:02 +0000
commit15aa8f7c4e2be2ae36e9bac999cd3635ecc731c9 (patch)
treedbd5faaebf9b3076d7d6e48daf730248fb28fc03 /net
parent1122269bb0c34636351bbaf30c41e922171d1bb8 (diff)
downloadFreeBSD-ports-15aa8f7c4e2be2ae36e9bac999cd3635ecc731c9.zip
FreeBSD-ports-15aa8f7c4e2be2ae36e9bac999cd3635ecc731c9.tar.gz
workaround for installed autoconf/automake grief
PR: 42585,42654
Diffstat (limited to 'net')
-rw-r--r--net/licq/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile
index e518fe0..4328a3b 100644
--- a/net/licq/Makefile
+++ b/net/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)
OpenPOWER on IntegriCloud