diff options
author | garga <garga@FreeBSD.org> | 2013-09-25 00:47:23 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-09-25 00:47:23 +0800 |
commit | 7803963c1df528b4edae5f34b19ab5ddb08d6a31 (patch) | |
tree | 3debfa29653b0d982265f0c4e1b5f126cf718c92 /www | |
parent | 27a472aceb9675d61d89eaaa201da1a387dad826 (diff) | |
download | freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.tar.gz freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.tar.zst freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.zip |
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
Diffstat (limited to 'www')
-rw-r--r-- | www/dansguardian-devel/Makefile | 2 | ||||
-rw-r--r-- | www/dansguardian/Makefile | 2 | ||||
-rw-r--r-- | www/sarg/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile index 108554ec0206..ab2a211665f9 100644 --- a/www/dansguardian-devel/Makefile +++ b/www/dansguardian-devel/Makefile @@ -10,7 +10,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:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre USE_RC_SUBR= dansguardian USES= pkgconfig diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index ce55c2926f13..241c3d1e18b3 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -11,7 +11,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:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre USE_RC_SUBR= dansguardian USES= pkgconfig diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 88baad873266..a2cd405dc511 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS+=--disable-nls .if ${PORT_OPTIONS:MGD} CONFIGURE_ARGS+=--with-gd -LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd .else CONFIGURE_ARGS+=--without-gd .endif @@ -58,7 +58,7 @@ PLIST_SUB+= PHP="@comment " .if ${PORT_OPTIONS:MPCRE} CONFIGURE_ARGS+=--with-pcre -LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre .else CONFIGURE_ARGS+=--without-pcre .endif |