diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-24 15:30:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-24 15:30:24 +0800 |
commit | 1da71f8d0a3b05a177a045b1287cecbae329e774 (patch) | |
tree | f9a3c534470d131982ceb2455664481e44277ae9 /net | |
parent | 90ba329cd188504c40cbe40ae5051ac47c86e9fd (diff) | |
download | marcuscom-ports-1da71f8d0a3b05a177a045b1287cecbae329e774.tar marcuscom-ports-1da71f8d0a3b05a177a045b1287cecbae329e774.tar.gz marcuscom-ports-1da71f8d0a3b05a177a045b1287cecbae329e774.tar.bz2 marcuscom-ports-1da71f8d0a3b05a177a045b1287cecbae329e774.tar.lz marcuscom-ports-1da71f8d0a3b05a177a045b1287cecbae329e774.tar.xz marcuscom-ports-1da71f8d0a3b05a177a045b1287cecbae329e774.tar.zst marcuscom-ports-1da71f8d0a3b05a177a045b1287cecbae329e774.zip |
g-o-a needs xsltproc at build time, while here switch to new LIB_DEPEND way.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18666 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-online-accounts/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index 114b3ad6d..f9a195859 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -11,15 +11,15 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Interface privider to access the user's online accounts. BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl -LIB_DEPENDS= webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3 \ - json-glib:${PORTSDIR}/devel/json-glib \ - notify:${PORTSDIR}/devel/libnotify \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring \ - secret-1:${PORTSDIR}/security/libsecret \ - rest-0.7:${PORTSDIR}/devel/librest +LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ + json-glib-1.0.so:${PORTSDIR}/devel/json-glib \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libsecret-1.so:${PORTSDIR}/security/libsecret \ + librest-0.7.so:${PORTSDIR}/devel/librest USE_XZ= yes -USE_GNOME= gtk30 intlhack introspection:build +USE_GNOME= gtk30 intlhack introspection:build libxslt:build USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes |