Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 19:24:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367682 - head/textproc/confget
Message-ID:  <201409081924.s88JOpNL045807@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409081924.s88JOpNL045807>