diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-01 19:07:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-01 19:07:34 +0000 |
commit | 5d9794ba9636805ab1f537ce177ba8f4bb76c321 (patch) | |
tree | 0d0d1a4f8a655367dd599f114c8e5f9453d0f544 | |
parent | 075ed200163f4990a0bb8d42fc6313e9f024502c (diff) | |
download | pkgsrc-5d9794ba9636805ab1f537ce177ba8f4bb76c321.tar.gz |
We can always specify where the OpenSSL libraries & headers are,
regardless of whether we use the built-in or pkgsrc version of openssl.
-rw-r--r-- | net/ntp4/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index c8eae6179c5..013df1a75da 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2005/04/11 21:46:52 tv Exp $ +# $NetBSD: Makefile,v 1.41 2005/06/01 19:07:34 jlam Exp $ # DISTNAME= ntp-4.2.0 @@ -65,12 +65,9 @@ NO_TIMETRIM= "" PLIST_SUBST+= TIMETRIM=${TIMETRIM} NO_TIMETRIM=${NO_TIMETRIM} .include "../../security/openssl/buildlink3.mk" -.include "../../mk/buildlink3/bsd.builtin.mk" -.if !empty(USE_BUILTIN.openssl:M[nN][oO]) CONFIGURE_ARGS+= --with-openssl-incdir=${SSLBASE}/include CONFIGURE_ARGS+= --with-openssl-libdir=${SSLBASE}/lib CONFIGURE_ARGS+= --with-crypto=openssl -.endif .include "../../mk/bsd.pkg.mk" |