Summary: | [patch update] sysutils/ntfsprogs Makefile GNOME issue | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kurt Jaeger <fbsd-ports> | ||||
Component: | Individual Port(s) | Assignee: | Bryan Drewery <bdrewery> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Kurt Jaeger
2012-10-07 14:50:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->bdrewery I'll take it. State Changed From-To: open->closed Committed, with minor changes. Thanks! 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" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |