Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2012 16:42:09 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305546 - head/sysutils/ntfsprogs
Message-ID:  <201210081642.q98Gg9xM035525@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Oct  8 16:42:09 2012
New Revision: 305546
URL: http://svn.freebsd.org/changeset/ports/305546

Log:
  - Fix build when selecting GNOMEVFS2 option
  
  PR:		ports/172453
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (based on)

Modified:
  head/sysutils/ntfsprogs/Makefile

Modified: head/sysutils/ntfsprogs/Makefile
==============================================================================
--- head/sysutils/ntfsprogs/Makefile	Mon Oct  8 16:22:29 2012	(r305545)
+++ head/sysutils/ntfsprogs/Makefile	Mon Oct  8 16:42:09 2012	(r305546)
@@ -38,6 +38,12 @@ MLINKS=	ntfsmount.8 mount_ntfs-fuse.8
 
 SUB_FILES=	pkg-message
 
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MGNOMEVFS2}
+WANT_GNOME=	yes
+.endif
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210081642.q98Gg9xM035525>