Revision
74683
Author
jmr@macports.org
Date
2010-12-28 03:42:29 -0800 (Tue, 28 Dec 2010)

Log Message

vpnc: add tuntaposx dependency (#21778)

Modified Paths

Diff

Modified: trunk/dports/net/vpnc/Portfile (74682 => 74683)


--- trunk/dports/net/vpnc/Portfile	2010-12-28 05:58:11 UTC (rev 74682)
+++ trunk/dports/net/vpnc/Portfile	2010-12-28 11:42:29 UTC (rev 74683)
@@ -16,11 +16,8 @@
                     - Cisco VPN concentrator 3000 Series \
                     - Cisco IOS routers \
                     - Cisco PIX / ASA Zecurity Appliances \
-                    - Juniper/Netscreen \
-                    \
-                    You will also need the tun/tap driver for Mac OS X: \
-                    http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
-                    
+                    - Juniper/Netscreen
+
 homepage            http://www.unix-ag.uni-kl.de/~massar/vpnc/
 platforms           darwin
 master_sites        http://www.unix-ag.uni-kl.de/~massar/vpnc/
@@ -30,6 +27,7 @@
 
 depends_lib         port:libgcrypt \
                     port:libgpg-error
+depends_run         port:tuntaposx
 
 patchfiles          patch-config.c
 post-patch { reinplace "s|__ETCDIR__|${prefix}/etc|g" ${worksrcpath}/config.c }