diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-15 14:24:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-15 14:24:02 +0800 |
commit | 15aa8f7c4e2be2ae36e9bac999cd3635ecc731c9 (patch) | |
tree | dbd5faaebf9b3076d7d6e48daf730248fb28fc03 /net | |
parent | 1122269bb0c34636351bbaf30c41e922171d1bb8 (diff) | |
download | freebsd-ports-gnome-15aa8f7c4e2be2ae36e9bac999cd3635ecc731c9.tar.gz freebsd-ports-gnome-15aa8f7c4e2be2ae36e9bac999cd3635ecc731c9.tar.zst freebsd-ports-gnome-15aa8f7c4e2be2ae36e9bac999cd3635ecc731c9.zip |
workaround for installed autoconf/automake grief
PR: 42585,42654
Diffstat (limited to 'net')
-rw-r--r-- | net/licq/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile index e518fe012a9b..4328a3b1dcea 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) |