diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-23 12:27:17 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-23 12:27:17 +0800 |
commit | 02afb91c68a1942cb791b0db445617681f95215a (patch) | |
tree | 9319d2f19d3e72f321a29b056f6c47468297ac3d /ftp/proftpd | |
parent | 5c57c3ba3fecf82cc7b45c4d7cf6314c322fdf93 (diff) | |
download | freebsd-ports-graphics-02afb91c68a1942cb791b0db445617681f95215a.tar.gz freebsd-ports-graphics-02afb91c68a1942cb791b0db445617681f95215a.tar.zst freebsd-ports-graphics-02afb91c68a1942cb791b0db445617681f95215a.zip |
- Add autoconf:259 to fix on build cluster.
- Bump PORTREVISION for depends change
PR: 108231
Submitted by: Beech Rintoul (maintainer)
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 39862954e4d..0ca2dce1ac1 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.1rc2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -32,6 +32,7 @@ PORTDOCS= ${PORTDOCSdoc} ${PORTDOCScontrib} USE_GMAKE= yes USE_BZIP2= yes +USE=AUTOTOOLS= autoconf:259 GNU_CONFIGURE=yes USE_RC_SUBR= proftpd.sh |