aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-06-04 07:54:05 +0000
committerWen Heping <wen@FreeBSD.org>2010-06-04 07:54:05 +0000
commit4646ec77a5734753007ea85ae36528778fe0d44c (patch)
tree787b5d8a41a5cb3dd190ccdee0f8eff4c1171b30
parentfc071581aa15823363282ae25a662ee240442058 (diff)
downloadports-4646ec77a5734753007ea85ae36528778fe0d44c.tar.gz
ports-4646ec77a5734753007ea85ae36528778fe0d44c.zip
- Add missing dependence
PR: ports/146892 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Notes
Notes: svn path=/head/; revision=255707
-rw-r--r--deskutils/osmo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile
index 23146d717d32..7062515c631d 100644
--- a/deskutils/osmo/Makefile
+++ b/deskutils/osmo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= osmo
PORTVERSION= 0.2.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/
@@ -18,7 +18,8 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
notify:${PORTSDIR}/devel/libnotify \
ical:${PORTSDIR}/devel/libical \
tar:${PORTSDIR}/devel/libtar \
- gringotts:${PORTSDIR}/security/libgringotts
+ gringotts:${PORTSDIR}/security/libgringotts \
+ gtkhtml:${PORTSDIR}/www/libgtkhtml
USE_GNOME= gtk20
USE_GETTEXT= yes