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/erwn | |
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/erwn')
-rw-r--r-- | www/erwn/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |