- Add missing dependence
PR: ports/146892 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
This commit is contained in:
parent
fc071581aa
commit
4646ec77a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255707
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue