diff options
-rw-r--r-- | deskutils/chmsee/Makefile | 2 | ||||
-rw-r--r-- | www/erwn/Makefile | 4 | ||||
-rw-r--r-- | www/peacock/Makefile | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile index e0ca8b0..4f18fba 100644 --- a/deskutils/chmsee/Makefile +++ b/deskutils/chmsee/Makefile @@ -15,7 +15,7 @@ MAINTAINER= liu_yinghong@yahoo.com.cn COMMENT= A viewer for Microsoft Help "CHM" files LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ - libgtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 + gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 USE_GETTEXT= yes USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome diff --git a/www/erwn/Makefile b/www/erwn/Makefile index 78c24f6..47032f0 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 713724b..e6591a1 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 |