summaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-02-11 11:27:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-02-11 11:27:30 +0000
commit6da59215873dcc2015cfc0c2f0b37d609f106ccc (patch)
tree91fc05652d3d1b434d82e95f35a3fd8c6fd4604e /ftp/curl
parentfix configure mistakes (diff)
There is no need for "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine.
Notes
Notes: svn path=/head/; revision=16615
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 585f969d95bd..e69090e4bd20 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: