aboutsummaryrefslogtreecommitdiffstats
path: root/security/tinc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-12-07 13:09:57 +0800
committerdinoex <dinoex@FreeBSD.org>2013-12-07 13:09:57 +0800
commit909cf8a27b22e14059a49d9b69b3abe08b7de450 (patch)
treeed532bdc86c76e5171e90f8dfe85f002e5e96811 /security/tinc
parentf82e220dc7e400750578057f15af6179b116618a (diff)
downloadfreebsd-ports-gnome-909cf8a27b22e14059a49d9b69b3abe08b7de450.tar.gz
freebsd-ports-gnome-909cf8a27b22e14059a49d9b69b3abe08b7de450.tar.zst
freebsd-ports-gnome-909cf8a27b22e14059a49d9b69b3abe08b7de450.zip
- convert LIB_DEPENDS
Diffstat (limited to 'security/tinc')
-rw-r--r--security/tinc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index 98f25feb39d5..0e0886c095c6 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.tinc-vpn.org/packages/ \
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A Virtual Private Network (VPN) daemon
-LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
+LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
LICENSE= GPLv3
@@ -21,10 +21,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=/var
USE_RC_SUBR= tincd
-
+INFO= tinc
PLIST_FILES= sbin/tincd \
man/man5/tinc.conf.5.gz man/man8/tincd.8.gz
-INFO= tinc
-
.include <bsd.port.mk>