summaryrefslogtreecommitdiff
path: root/net/ntp4
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-01 19:07:34 +0000
committerjlam <jlam@pkgsrc.org>2005-06-01 19:07:34 +0000
commit1d4f59ee8ba38ef57955e956680e661ac8f4dace (patch)
tree0d0d1a4f8a655367dd599f114c8e5f9453d0f544 /net/ntp4
parentdec1dd2f48980994b6a1e5a7090f313d426bff78 (diff)
downloadpkgsrc-1d4f59ee8ba38ef57955e956680e661ac8f4dace.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.
Diffstat (limited to 'net/ntp4')
-rw-r--r--net/ntp4/Makefile5
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"