diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/erwn/Makefile | 4 | ||||
-rw-r--r-- | www/peacock/Makefile | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index 78c24f6393da..47032f0678b7 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -7,7 +7,7 @@ PORTNAME= erwn PORTVERSION= 0.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www editors MASTER_SITES= http://lisas.de/erwin/ DISTNAME= erwin-${PORTVERSION} @@ -15,6 +15,8 @@ DISTNAME= erwin-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK+-2 HTML editor +LIB_DEPENDS= gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 + USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview USE_GMAKE= yes diff --git a/www/peacock/Makefile b/www/peacock/Makefile index 713724bce378..e6591a1cee0d 100644 --- a/www/peacock/Makefile +++ b/www/peacock/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pav@FreeBSD.org COMMENT= A GUI-based HTML Editor for GTK+/GNOME -LIB_DEPENDS= libgtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 +LIB_DEPENDS= gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 USE_GMAKE= yes USE_X_PREFIX= yes |