diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:28:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:28:10 +0000 |
commit | 0d0c38abda42953116077041374621f29398bca1 (patch) | |
tree | f84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/osmo | |
parent | b4f16ddf9e841edbd8aa8e09adc1c959e5cf6f7d (diff) |
Notes
Diffstat (limited to 'deskutils/osmo')
-rw-r--r-- | deskutils/osmo/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index 6fe425a59472..aa7a418dddf4 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -10,12 +10,12 @@ MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= A personal organizer -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ - notify:${PORTSDIR}/devel/libnotify \ - ical:${PORTSDIR}/devel/libical \ - tar:${PORTSDIR}/devel/libtar \ - gringotts:${PORTSDIR}/security/libgringotts \ - gtkhtml:${PORTSDIR}/www/libgtkhtml +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libical.so:${PORTSDIR}/devel/libical \ + libtar.so:${PORTSDIR}/devel/libtar \ + libgringotts.so:${PORTSDIR}/security/libgringotts \ + libgtkhtml.so:${PORTSDIR}/www/libgtkhtml USE_GNOME= gtk20 USES= gettext gmake pkgconfig |