svn commit: r372040 - head/devel/bsdowl

Antoine Brodin antoine at FreeBSD.org
Sat Nov 1 20:34:55 UTC 2014


Author: antoine
Date: Sat Nov  1 20:34:54 2014
New Revision: 372040
URL: https://svnweb.freebsd.org/changeset/ports/372040
QAT: https://qat.redports.org/buildarchive/r372040/

Log:
  Allow staging as a regular user

Modified:
  head/devel/bsdowl/Makefile

Modified: head/devel/bsdowl/Makefile
==============================================================================
--- head/devel/bsdowl/Makefile	Sat Nov  1 20:20:47 2014	(r372039)
+++ head/devel/bsdowl/Makefile	Sat Nov  1 20:34:54 2014	(r372040)
@@ -17,7 +17,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 BUILD_DEPENDS=	gm:${PORTSDIR}/graphics/GraphicsMagick
 BUILD_DEPENDS=	gm:${PORTSDIR}/graphics/GraphicsMagick
 
-USES=		tar:xz
+USES=		tar:xz uidfix
 
 HAS_CONFIGURE=	yes
 MAKE_ENV+=	MAKEFLAGS=-r


More information about the svn-ports-all mailing list