Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/openssl add missing DPADD
details: https://anonhg.NetBSD.org/src/rev/34db865e2cf4
branches: trunk
changeset: 501834:34db865e2cf4
user: itojun <itojun%NetBSD.org@localhost>
date: Mon Jan 08 07:38:00 2001 +0000
description:
add missing DPADD
diffstat:
usr.bin/openssl/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 9f4fd7995cc6 -r 34db865e2cf4 usr.bin/openssl/Makefile
--- a/usr.bin/openssl/Makefile Mon Jan 08 07:36:10 2001 +0000
+++ b/usr.bin/openssl/Makefile Mon Jan 08 07:38:00 2001 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2000/10/01 22:13:37 itojun Exp $
+# $NetBSD: Makefile,v 1.8 2001/01/08 07:38:00 itojun Exp $
.include <bsd.own.mk>
# RCSid:
-# $Id: Makefile,v 1.7 2000/10/01 22:13:37 itojun Exp $
+# $Id: Makefile,v 1.8 2001/01/08 07:38:00 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -31,6 +31,7 @@
speed.c spkac.c verify.c version.c x509.c
LDADD+= -lssl -lcrypto
+DPADD+= ${LIBSSL} ${LIBCRYPTO}
CPPFLAGS+= -DMONOLITH -DUSE_SSL
Home |
Main Index |
Thread Index |
Old Index