summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-thunar
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2015-07-08 21:15:21 +0000
committeryouri <youri@pkgsrc.org>2015-07-08 21:15:21 +0000
commite0c6bc873256611422e088029ea61a5e6f178c01 (patch)
tree97418e8270e2c8768aaf6e6b091d9a3e68f700f9 /sysutils/xfce4-thunar
parent2a582f126c604b0e5126dfee89aa3c1cc369eb58 (diff)
downloadpkgsrc-e0c6bc873256611422e088029ea61a5e6f178c01.tar.gz
- Make options work.
- Make gvfs a suggested option. ok @khorben, @dholland
Diffstat (limited to 'sysutils/xfce4-thunar')
-rw-r--r--sysutils/xfce4-thunar/Makefile5
-rw-r--r--sysutils/xfce4-thunar/options.mk4
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/xfce4-thunar/Makefile b/sysutils/xfce4-thunar/Makefile
index 28cafa51f7b..ef9d954f420 100644
--- a/sysutils/xfce4-thunar/Makefile
+++ b/sysutils/xfce4-thunar/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2015/06/04 16:04:04 youri Exp $
+# $NetBSD: Makefile,v 1.43 2015/07/08 21:15:21 youri Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 1.6.10
+PKGREVISION= 1
DISTNAME= Thunar-${VERSION}
PKGNAME= xfce4-thunar-${VERSION}
CATEGORIES= sysutils
@@ -19,6 +20,8 @@ EGDIR= ${XFCE4_EGBASE}/Thunar
MAKE_DIRS+= ${XFCE4_EGBASE} ${PREFIX}/share/xfce4
CONF_FILES= ${EGDIR}/uca.xml ${PKG_SYSCONFDIR}/uca.xml
+.include "options.mk"
+
.include "../../graphics/libexif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
diff --git a/sysutils/xfce4-thunar/options.mk b/sysutils/xfce4-thunar/options.mk
index f819d685cd1..177cff3e832 100644
--- a/sysutils/xfce4-thunar/options.mk
+++ b/sysutils/xfce4-thunar/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2015/04/21 08:56:41 jperkin Exp $
+# $NetBSD: options.mk,v 1.3 2015/07/08 21:15:21 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xfce4-thunar
PKG_SUPPORTED_OPTIONS= gvfs
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS= gvfs
.include "../../mk/bsd.options.mk"