svn commit: r328133 - head/astro/boinc-setiathome-v7

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 24 13:40:46 UTC 2013


Author: bapt
Date: Tue Sep 24 13:40:46 2013
New Revision: 328133
URL: http://svnweb.freebsd.org/changeset/ports/328133

Log:
  This port need root credential while packaging

Modified:
  head/astro/boinc-setiathome-v7/Makefile

Modified: head/astro/boinc-setiathome-v7/Makefile
==============================================================================
--- head/astro/boinc-setiathome-v7/Makefile	Tue Sep 24 13:40:13 2013	(r328132)
+++ head/astro/boinc-setiathome-v7/Makefile	Tue Sep 24 13:40:46 2013	(r328133)
@@ -23,6 +23,8 @@ USE_XZ=		yes
 USE_AUTOTOOLS=	autoconf:env automake:env
 GNU_CONFIGURE=	yes
 
+NEED_ROOT=	yes
+
 CFLAGS+=	-O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \
 		-L${LOCALBASE}/lib
 .if defined(CPUTYPE)


More information about the svn-ports-all mailing list