diff options
author | grant <grant> | 2004-07-25 00:06:33 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-25 00:06:33 +0000 |
commit | 6eec8ab61ea918866f2a55758bd7ee7026723313 (patch) | |
tree | 83b65b482eb8391c5ef97bf3ca0efbee75f9c3da | |
parent | ac8d9e956808fa5b138f6aba4a02b9b55e3e2d20 (diff) | |
download | pkgsrc-6eec8ab61ea918866f2a55758bd7ee7026723313.tar.gz |
expose hidden dependency on openssl and tell configure where to find it.
-rw-r--r-- | net/xorp/Makefile | 4 |
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" |