diff options
author | grant <grant@pkgsrc.org> | 2004-07-25 00:06:33 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-25 00:06:33 +0000 |
commit | ce800511ae2baa0e71b615c8d35891f47070e6d7 (patch) | |
tree | 83b65b482eb8391c5ef97bf3ca0efbee75f9c3da /net/xorp | |
parent | c6dff8ecb299e4e5439165af1e9d6643aad05edb (diff) | |
download | pkgsrc-ce800511ae2baa0e71b615c8d35891f47070e6d7.tar.gz |
expose hidden dependency on openssl and tell configure where to find it.
Diffstat (limited to 'net/xorp')
-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" |