diff options
author | obrien <obrien@FreeBSD.org> | 1999-02-11 11:27:30 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-02-11 11:27:30 +0000 |
commit | f0ef6a294f3186bead930dc52719be35b6395608 (patch) | |
tree | 13162392a3f9eb143572ef5589300a52cd9b53d2 /ftp/curl/Makefile | |
parent | 89c79805521bafc92ad70261b1a115b47737d317 (diff) | |
download | FreeBSD-ports-f0ef6a294f3186bead930dc52719be35b6395608.zip FreeBSD-ports-f0ef6a294f3186bead930dc52719be35b6395608.tar.gz |
There is no need for "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine.
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 585f969..e69090e 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,7 +3,7 @@ # Date created: 12 December 1998 # Whom: Neil Blakey-Milner <nbm@rucus.ru.ac.za> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1999/02/09 15:31:34 billf Exp $ DISTNAME= curl-5.5 CATEGORIES= net www @@ -23,7 +23,7 @@ BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay CONFIGURE_ENV+= CPPFLAGS='-I${PREFIX}/include' LDFLAGS='-L${PREFIX}/lib' .endif -USE_AUTOCONF= yes +GNU_CONFIGURE= yes MAKEFILES= Makefile src/Makefile post-configure: |