diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-06-02 07:24:33 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-06-02 07:24:33 +0000 |
commit | 6aff0c1f7baa639d1cc38cd32056ee911059422e (patch) | |
tree | 481500c402d3dad79e62598cca899918250c8457 /ftp/curl | |
parent | 12b97343a0f35ddd1f1fa0560336e68c4ee2943c (diff) | |
download | ports-6aff0c1f7baa639d1cc38cd32056ee911059422e.tar.gz ports-6aff0c1f7baa639d1cc38cd32056ee911059422e.zip |
Notes
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 712508f30a39..86e26d8eac53 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: Makefile,v 1.5 1999/05/06 14:09:05 flathill Exp $ +# $Id: Makefile,v 1.6 1999/05/27 12:33:09 kris Exp $ DISTNAME= curl-5.9 CATEGORIES= net www @@ -20,7 +20,8 @@ BUILD_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \ .endif .if defined(USE_SSL) -CONFIGURE_ENV+= CPPFLAGS='-I${PREFIX}/include' LDFLAGS='-L${PREFIX}/lib' +CONFIGURE_ENV+= CPPFLAGS='-I${PREFIX}/include -I${PREFIX}/include/openssl' \ + LDFLAGS='-L${PREFIX}/lib' .endif GNU_CONFIGURE= yes |