diff options
author | johans <johans@FreeBSD.org> | 2010-05-14 07:02:27 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2010-05-14 07:02:27 +0800 |
commit | 317b857a12cfc04256f41b9c6de235f0306f85f9 (patch) | |
tree | 0c4aa9180c9b9b31fa14acaf5e3763e497a0be6e | |
parent | 2f9d8da7e0beb660a74a9c3465e8062432ebcb88 (diff) | |
download | freebsd-ports-gnome-317b857a12cfc04256f41b9c6de235f0306f85f9.tar.gz freebsd-ports-gnome-317b857a12cfc04256f41b9c6de235f0306f85f9.tar.zst freebsd-ports-gnome-317b857a12cfc04256f41b9c6de235f0306f85f9.zip |
Remove unnecessary dependency on autoconf/gmake
-rw-r--r-- | ftp/moftpd/Makefile | 3 |
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 |