svn commit: r367682 - head/textproc/confget

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 19:24:51 UTC 2014


Author: antoine
Date: Mon Sep  8 19:24:50 2014
New Revision: 367682
URL: http://svnweb.freebsd.org/changeset/ports/367682
QAT: https://qat.redports.org/buildarchive/r367682/

Log:
  Allow staging as a regular user

Modified:
  head/textproc/confget/Makefile

Modified: head/textproc/confget/Makefile
==============================================================================
--- head/textproc/confget/Makefile	Mon Sep  8 19:21:09 2014	(r367681)
+++ head/textproc/confget/Makefile	Mon Sep  8 19:24:50 2014	(r367682)
@@ -16,7 +16,7 @@ OPTIONS_DEFINE=	EXAMPLES PCRE
 OPTIONS_DEFAULT=PCRE
 
 MAKE_ENV=	CFLAGS_CONF=-DHAVE_FGETLN
-USES=		gmake
+USES=		gmake uidfix
 
 PLIST_FILES=	bin/confget \
 		man/man1/confget.1.gz


More information about the svn-ports-head mailing list