pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ntp4 We can always specify where the OpenSSL libra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba181fbac42e
branches:  trunk
changeset: 495022:ba181fbac42e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jun 01 19:07:34 2005 +0000

description:
We can always specify where the OpenSSL libraries & headers are,
regardless of whether we use the built-in or pkgsrc version of openssl.

diffstat:

 net/ntp4/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r de9d7950ab74 -r ba181fbac42e net/ntp4/Makefile
--- a/net/ntp4/Makefile Wed Jun 01 19:07:20 2005 +0000
+++ b/net/ntp4/Makefile Wed Jun 01 19:07:34 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index