diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-07-02 22:24:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-07-02 22:24:21 +0000 |
commit | a2e035369724c8e855c81f5d85701252382c41e7 (patch) | |
tree | 5f273b0392509d9125b0b8254ef9beb306da8171 /www/dansguardian-devel | |
parent | f3941b6e07e9756ac66aaeb7bd455d79015ade5e (diff) |
Remove lib version from LIB_DEPENDS to silence portlint
Notes
Notes:
svn path=/head/; revision=300410
Diffstat (limited to 'www/dansguardian-devel')
-rw-r--r-- | www/dansguardian-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile index 2b8d70697737..d3f069496613 100644 --- a/www/dansguardian-devel/Makefile +++ b/www/dansguardian-devel/Makefile @@ -15,7 +15,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= A fast, feature-rich web content filter for Squid proxy servers RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre USE_RC_SUBR= dansguardian USE_GNOME= pkgconfig |