svn commit: r367524 - head/textproc/fixrtf

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 11:43:55 UTC 2014


Author: antoine
Date: Sun Sep  7 11:43:55 2014
New Revision: 367524
URL: http://svnweb.freebsd.org/changeset/ports/367524
QAT: https://qat.redports.org/buildarchive/r367524/

Log:
  Allow staging as a regular user

Modified:
  head/textproc/fixrtf/Makefile

Modified: head/textproc/fixrtf/Makefile
==============================================================================
--- head/textproc/fixrtf/Makefile	Sun Sep  7 11:37:44 2014	(r367523)
+++ head/textproc/fixrtf/Makefile	Sun Sep  7 11:43:55 2014	(r367524)
@@ -16,8 +16,8 @@ COMMENT=	Patch making it possible to emb
 
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
+USES=		uidfix
 WRKSRC=		${WRKDIR}/src
-
 SRC=		${.CURDIR}/src
 
 do-fetch:


More information about the svn-ports-head mailing list