diff options
-rw-r--r-- | net/silc-server/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/silc-server/Makefile b/net/silc-server/Makefile index e87a16577cf0..943c76920018 100644 --- a/net/silc-server/Makefile +++ b/net/silc-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= silc PORTVERSION= 1.1.16 +PORTREVISION= 1 CATEGORIES= net ipv6 security MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ http://ftp.silcnet.org/%SUBDIR%/ \ @@ -27,6 +28,8 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= wxs@FreeBSD.org COMMENT= Secure Internet Live Conferencing (SILC) network server +LIB_DEPENDS= silc-1.1:${PORTSDIR}/devel/silc-toolkit + SUB_FILES= pkg-message pkg-deinstall USE_RC_SUBR= silcd USE_BZIP2= yes |