diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-23 04:27:17 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-23 04:27:17 +0000 |
commit | c6d5fcce335d8a162db057038fc89cb92fdc73ae (patch) | |
tree | b1cc7642cacddb6760c844de5b33b8f582eb045c /ftp/proftpd-devel | |
parent | 6965e3b54aec454f98b8c0ebf7d0fbe64208559e (diff) |
Notes
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 39862954e4da..0ca2dce1ac19 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/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 |