pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/xorp expose hidden dependency on openssl and tell ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b579c00ea639
branches: trunk
changeset: 478511:b579c00ea639
user: grant <grant%pkgsrc.org@localhost>
date: Sun Jul 25 00:06:33 2004 +0000
description:
expose hidden dependency on openssl and tell configure where to find it.
diffstat:
net/xorp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 89159c6170e5 -r b579c00ea639 net/xorp/Makefile
--- a/net/xorp/Makefile Sat Jul 24 23:56:29 2004 +0000
+++ b/net/xorp/Makefile Sun Jul 25 00:06:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/07/20 21:55:31 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2004/07/25 00:06:33 grant Exp $
#
DISTNAME= xorp-1.0
@@ -12,6 +12,7 @@
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
+CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
# The xorp people insist on their own PREFIX.
# See http://www.xorp.org/bugzilla/show_bug.cgi?id=91
@@ -19,4 +20,5 @@
TEST_TARGET= check
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index