pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ipsec-tools include libradius/buildlink3.mk o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a49ede6afe9
branches: trunk
changeset: 483364:1a49ede6afe9
user: grant <grant%pkgsrc.org@localhost>
date: Thu Nov 11 11:51:12 2004 +0000
description:
include libradius/buildlink3.mk only if we're including radius
support.
diffstat:
security/ipsec-tools/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r f29f0a4c456d -r 1a49ede6afe9 security/ipsec-tools/Makefile
--- a/security/ipsec-tools/Makefile Thu Nov 11 11:50:20 2004 +0000
+++ b/security/ipsec-tools/Makefile Thu Nov 11 11:51:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/11/11 11:49:15 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/11 11:51:12 grant Exp $
#
DISTNAME= ipsec-tools-0.5.pre20041109
@@ -22,6 +22,7 @@
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mradius)
+. include "../../net/libradius/buildlink3.mk"
CONFIGURE_ARGS+= --with-libradius
.endif
@@ -51,6 +52,5 @@
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-natt ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-plainrsa ${EXAMPLE_DIR}
-.include "../../net/libradius/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index