diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-03-11 19:41:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-03-11 19:41:33 +0000 |
commit | 9162f7ee928899db1fda25e7ff139b1af5df2070 (patch) | |
tree | 1933cf259b73d1b45b05a6315a7d77d1a79edd6d /www/epiphany-extensions | |
parent | 8cdc3c812d8da8667d3593af813cfe9f029a5c0d (diff) |
Notes
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r-- | www/epiphany-extensions/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index c4f7f2e64aca..70a86061aa57 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --disable-opensp .if !defined(WITHOUT_ADBLOCK) EPHY_EXTENSIONS:= ${EPHY_EXTENSIONS},adblock -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre-utf8 +LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre PLIST_SUB+= ADBLOCK="" .else PLIST_SUB+= ADBLOCK="@comment " |