diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 3 | ||||
-rw-r--r-- | www/epiphany-extensions/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 6488c0d07a21..f2a8e65a1190 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -8,6 +8,7 @@ PORTNAME= bluefish PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= www editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= farrokhi@FreeBSD.org COMMENT= HTML editor designed for the experienced web designer -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 \ +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ aspell.16:${PORTSDIR}/textproc/aspell .if !defined(WITHOUT_WEBLINT) 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 " |