summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2010-05-13 23:02:27 +0000
committerJohan van Selst <johans@FreeBSD.org>2010-05-13 23:02:27 +0000
commit2e0306d464f61a6e160e0958e0cc9c68eca92ea4 (patch)
treec587f02cd9e0f5f56860091c62b57478b6de251b /ftp
parent- Make pointyhat tinderbox happy by removing extra @dirrmry for common locale (diff)
Remove unnecessary dependency on autoconf/gmake
Notes
Notes: svn path=/head/; revision=254278
Diffstat (limited to 'ftp')
-rw-r--r--ftp/moftpd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile
index 392d0209ab78..9522077aa2f6 100644
--- a/ftp/moftpd/Makefile
+++ b/ftp/moftpd/Makefile
@@ -16,10 +16,9 @@ MASTER_SITE_SUBDIR= clement
MAINTAINER= ports@FreeBSD.org
COMMENT= A powerful FTP server supporting IPv6, TLS, and much more
-USE_AUTOTOOLS= autoconf:262
-USE_GMAKE= yes
USE_RC_SUBR= moftpd
USE_PERL5_BUILD=yes
+GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBS="${LIBS}" CFLAGS="${CFLAGS}"
CONFIGURE_ARGS= --localstatedir=/var
MAKE_JOBS_UNSAFE= yes