pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/p11 Always include tun on DragonFly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3faee7a4a10b
branches: trunk
changeset: 515073:3faee7a4a10b
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Jun 24 09:11:42 2006 +0000
description:
Always include tun on DragonFly.
diffstat:
emulators/p11/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a718c07625a1 -r 3faee7a4a10b emulators/p11/Makefile
--- a/emulators/p11/Makefile Sat Jun 24 08:44:33 2006 +0000
+++ b/emulators/p11/Makefile Sat Jun 24 09:11:42 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/06/16 16:15:42 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/06/24 09:11:42 joerg Exp $
#
DISTNAME= p11-2.10a
@@ -29,7 +29,7 @@
.else
PLIST_SUBST+= TAP="@comment "
.endif
-.if exists(/dev/tun) || exists(/dev/tun0) || exists(/dev/net/tun)
+.if exists(/dev/tun) || exists(/dev/tun0) || exists(/dev/net/tun) || ${OPSYS} == "DragonFly"
PLIST_SUBST+= TUN=
.else
PLIST_SUBST+= TUN="@comment "
Home |
Main Index |
Thread Index |
Old Index