diff options
author | kris <kris@FreeBSD.org> | 2006-02-04 05:16:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-04 05:16:58 +0800 |
commit | fbb8ad4be894f7a4a2c174a0816ba68e5bf08819 (patch) | |
tree | 17df4cf0f4777ccd2e954a725ecc98c830236528 /net/opal3 | |
parent | 0a3562df64135947bab253d8e182a625e47f5cd3 (diff) | |
download | freebsd-ports-gnome-fbb8ad4be894f7a4a2c174a0816ba68e5bf08819.tar.gz freebsd-ports-gnome-fbb8ad4be894f7a4a2c174a0816ba68e5bf08819.tar.zst freebsd-ports-gnome-fbb8ad4be894f7a4a2c174a0816ba68e5bf08819.zip |
Add autoconf 2.53 dependency, needed to run :configure target
Diffstat (limited to 'net/opal3')
-rw-r--r-- | net/opal3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 6ac8c399f0e5..5dbdfe458cfa 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -39,7 +39,7 @@ USE_BISON= yes USE_GMAKE= yes USE_OPENLDAP= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:259 autoconf:253:env GNU_CONFIGURE= yes PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib && make -V WRKSRC CONFIGURE_ENV= PWLIBDIR=${PWLIBDIR} OPENH323DIR=${WRKSRC} |