diff options
author | garga <garga@FreeBSD.org> | 2012-07-03 06:24:21 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-07-03 06:24:21 +0800 |
commit | e0323375f033c9fa76985a8407b7f5f3a01386da (patch) | |
tree | 2227e257d1b5500bc2efbb431982bd3cda7a5784 /www | |
parent | 4c383bdd13014d92ff91b67685be5d4298a5dfeb (diff) | |
download | freebsd-ports-gnome-e0323375f033c9fa76985a8407b7f5f3a01386da.tar.gz freebsd-ports-gnome-e0323375f033c9fa76985a8407b7f5f3a01386da.tar.zst freebsd-ports-gnome-e0323375f033c9fa76985a8407b7f5f3a01386da.zip |
Remove lib version from LIB_DEPENDS to silence portlint
Diffstat (limited to 'www')
-rw-r--r-- | www/dansguardian-devel/Makefile | 2 | ||||
-rw-r--r-- | www/dansguardian/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index e2caaff1781d..370d5db7b65c 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/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 |