summaryrefslogtreecommitdiff
path: root/emulators/p11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-24 09:11:42 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-24 09:11:42 +0000
commitf7fed4afce08be3ccbcb50c05eb6cc6c974b47d1 (patch)
treef7e7924390c9dfe5d94fa9d35f815cce821c3206 /emulators/p11
parentc73d010c4e6f37b6c0b63be0f33939f03f1fd6c3 (diff)
downloadpkgsrc-f7fed4afce08be3ccbcb50c05eb6cc6c974b47d1.tar.gz
Always include tun on DragonFly.
Diffstat (limited to 'emulators/p11')
-rw-r--r--emulators/p11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/p11/Makefile b/emulators/p11/Makefile
index f255983d92c..25b5c844c2c 100644
--- a/emulators/p11/Makefile
+++ b/emulators/p11/Makefile
@@ -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 @@ PLIST_SUBST+= TAP= # DragonFly has TAP
.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 "