summaryrefslogtreecommitdiff
path: root/net/xorp
diff options
context:
space:
mode:
authorgrant <grant>2004-07-25 00:06:33 +0000
committergrant <grant>2004-07-25 00:06:33 +0000
commit6eec8ab61ea918866f2a55758bd7ee7026723313 (patch)
tree83b65b482eb8391c5ef97bf3ca0efbee75f9c3da /net/xorp
parentac8d9e956808fa5b138f6aba4a02b9b55e3e2d20 (diff)
downloadpkgsrc-6eec8ab61ea918866f2a55758bd7ee7026723313.tar.gz
expose hidden dependency on openssl and tell configure where to find it.
Diffstat (limited to 'net/xorp')
-rw-r--r--net/xorp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile
index 0ccd3253ad8..5dd64a3b5df 100644
--- a/net/xorp/Makefile
+++ b/net/xorp/Makefile
@@ -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 @@ COMMENT= The eXtensible Open Router Platform
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 @@ GNU_CONFIGURE_PREFIX= ${LOCALBASE}/xorp
TEST_TARGET= check
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"