svn commit: r367378 - head/sysutils/muse

Antoine Brodin antoine at FreeBSD.org
Fri Sep 5 18:44:09 UTC 2014


Author: antoine
Date: Fri Sep  5 18:44:09 2014
New Revision: 367378
URL: http://svnweb.freebsd.org/changeset/ports/367378
QAT: https://qat.redports.org/buildarchive/r367378/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/muse/Makefile

Modified: head/sysutils/muse/Makefile
==============================================================================
--- head/sysutils/muse/Makefile	Fri Sep  5 18:35:38 2014	(r367377)
+++ head/sysutils/muse/Makefile	Fri Sep  5 18:44:09 2014	(r367378)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://www.spatula.net/mus
 MAINTAINER=	freebsd at spatula.net
 COMMENT=	Shows memory usage data
 
+USES=		uidfix
+
 PLIST_FILES=	bin/muse man/man1/muse.1.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list