diff options
author | ache <ache@FreeBSD.org> | 1997-12-18 00:52:45 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-12-18 00:52:45 +0800 |
commit | fd9464d138b5555325c46516d9576a20608aaa25 (patch) | |
tree | 905988ef45fae112c9262d119c7c64a390cdc39a /ftp/ncftp3 | |
parent | 7304f5144151f9d6a01acfbbb6037f26c8b52c85 (diff) | |
download | freebsd-ports-gnome-fd9464d138b5555325c46516d9576a20608aaa25.tar.gz freebsd-ports-gnome-fd9464d138b5555325c46516d9576a20608aaa25.tar.zst freebsd-ports-gnome-fd9464d138b5555325c46516d9576a20608aaa25.zip |
Remove CONFIGURE_ENV hack, not needed in this version
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r-- | ftp/ncftp3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index cc7cbc82b46f..3d70fcb24e0d 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -1,10 +1,10 @@ # ex:ts=8 # New ports collection makefile for: ncftp2 -# Version required: 2.4.2 +# Version required: 3.0 # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.38 1997/01/09 11:58:47 ache Exp $ +# $Id: Makefile,v 1.39 1997/12/14 16:45:22 obrien Exp $ # DISTNAME= ncftp-3.0beta6-src @@ -16,7 +16,6 @@ MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_func_getmaxyx=yes ac_cv_lib_readline=yes MAN1= ncftp3.1 ncftpbatch.1 ncftpget.1 ncftpls.1 ncftpput.1 MAN3= Strn.3 |