diff options
-rw-r--r-- | net/silky/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/silky/Makefile b/net/silky/Makefile index ba05460fe774..13701b0e7e97 100644 --- a/net/silky/Makefile +++ b/net/silky/Makefile @@ -7,7 +7,7 @@ PORTNAME= silky PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://rusunix.org/pub/FreeBSD/distfiles/ @@ -17,6 +17,7 @@ MAINTAINER= aquatique-ports@rambler.ru COMMENT= A simple and easy to use graphical, os-independent SILC client LIB_DEPENDS= silcclient-1.0.3:${PORTSDIR}/devel/silc-toolkit +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |