diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 02:28:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 02:28:10 +0800 |
commit | c92a1d710a8c7b838b79efadc8de3afc045005df (patch) | |
tree | f84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/osmo | |
parent | 1d82eadcbe5ef4af4b2dfc8ccc40afc52604f8fe (diff) | |
download | freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.tar.gz freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.tar.zst freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
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 |