diff options
author | marcus <marcus@FreeBSD.org> | 2007-05-28 07:32:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-05-28 07:32:45 +0800 |
commit | c00c30a66ccd4db1fd852e3d5deba6cd328ebb38 (patch) | |
tree | b1e22f653e5103a9be31522e722d5e15b77b1325 /www | |
parent | 0f809aec4400cc66dc06c14d98e0fa75ac6afc0a (diff) | |
download | freebsd-ports-gnome-c00c30a66ccd4db1fd852e3d5deba6cd328ebb38.tar.gz freebsd-ports-gnome-c00c30a66ccd4db1fd852e3d5deba6cd328ebb38.tar.zst freebsd-ports-gnome-c00c30a66ccd4db1fd852e3d5deba6cd328ebb38.zip |
Extend correct LIB_DEPENDS from GnuCash to these ports as well.
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 |