diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-26 19:08:22 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-26 19:08:22 +0800 |
commit | a2df1c6fdfa072adcc80dce97024c71414c41ed0 (patch) | |
tree | 89f66cff60896e787650359793bf708bafe0f892 /devel/gvfs/Makefile | |
parent | a65113787da57a6a34484c0a00b2b7153205b8d8 (diff) | |
download | marcuscom-ports-a2df1c6fdfa072adcc80dce97024c71414c41ed0.tar.gz marcuscom-ports-a2df1c6fdfa072adcc80dce97024c71414c41ed0.tar.zst marcuscom-ports-a2df1c6fdfa072adcc80dce97024c71414c41ed0.zip |
Fix the build of gvfs after it got updated to 1.20.2. Do not bump the portrevision
because it did not previously build anyway.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19695 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gvfs/Makefile')
-rw-r--r-- | devel/gvfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index 4770e55dd..23bdaeb4a 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -11,6 +11,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME virtual file system +BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ @@ -19,7 +20,7 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ PORTSCOUT= limitw:1,even USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= glib20 gnomeprefix intlhack intltool +USE_GNOME= glib20 gnomeprefix intlhack intltool libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |