diff options
author | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
commit | 8eb92ae1d0dce072ddbe65c4852625fae9d1eddb (patch) | |
tree | 0187b240fea44ca0f29e4c127dba0644d947187e /ftp | |
parent | 6998bd19975dd6b512ccc433d82c50c8893fbc13 (diff) | |
download | freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.gz freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.zst freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.zip |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gproftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/moftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/proftpd-devel/Makefile | 2 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/wput/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ftp/gproftpd/Makefile b/ftp/gproftpd/Makefile index 591acbee7533..34e2bda32e24 100644 --- a/ftp/gproftpd/Makefile +++ b/ftp/gproftpd/Makefile @@ -17,7 +17,7 @@ COMMENT= Gtk2 Frontend for proftpd daemon RUN_DEPENDS= proftpd:${PORTSDIR}/ftp/proftpd USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 GNU_CONFIGURE= yes USE_GNOME= gtk20 pkgconfig diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index 6b173572fa6e..64b426e9f648 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= clement MAINTAINER= clement@FreeBSD.org COMMENT= A powerful FTP server supporting IPv6, TLS, and much more -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 USE_GMAKE= yes USE_RC_SUBR= yes USE_PERL5_BUILD=yes diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index f86568a0af94..4fc9987dc59d 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -57,7 +57,7 @@ PORTEXAMPLES= ASCII.html CreateHome.html Filters.html SQL.html Umask.html \ USE_GMAKE= yes USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 GNU_CONFIGURE= yes CONFLICTS= proftpd-1.[0-9].* diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index fb19e8660e89..dc11a9039220 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -53,7 +53,7 @@ PORTEXAMPLES= ASCII.html CreateHome.html Filters.html SQL.html Umask.html \ USE_GMAKE= yes USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 GNU_CONFIGURE= yes CONFLICTS= proftpd-devel-1.[0-9].* diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index e5988c5542a4..34d8d355b4b7 100644 --- a/ftp/wput/Makefile +++ b/ftp/wput/Makefile @@ -22,7 +22,7 @@ PORTEXAMPLES= USAGE.examples USAGE.resumehandling USAGE.urlhandling \ passwordfile wputrc USE_GETTEXT= yes -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LIBS="${LDFLAGS}" |