diff options
Diffstat (limited to 'deskutils/osmo/Makefile')
-rw-r--r-- | deskutils/osmo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index bdae6abe0809..c166e0b1c175 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -12,11 +12,11 @@ COMMENT= Personal organizer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical \ - libnotify.so:${PORTSDIR}/devel/libnotify \ - libgringotts.so:${PORTSDIR}/security/libgringotts \ - libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ - libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS= libical.so:devel/libical \ + libnotify.so:devel/libnotify \ + libgringotts.so:security/libgringotts \ + libgtkspell.so:textproc/gtkspell \ + libwebkitgtk-1.0.so:www/webkit-gtk2 USES= gettext gmake libarchive pkgconfig USE_GNOME= gtk20 libxml2 |