diff options
author | rene <rene@FreeBSD.org> | 2013-09-25 00:20:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-09-25 00:20:31 +0800 |
commit | a958a314d565884794dd3174443b8cd253faa529 (patch) | |
tree | 1f75d16189212c93ad090f044130bbd1b885b7a6 /astro/boinc-astropulse | |
parent | 6dc69637b77c2082bf394212d3ed5185b9a4df7f (diff) | |
download | freebsd-ports-gnome-a958a314d565884794dd3174443b8cd253faa529.tar.gz freebsd-ports-gnome-a958a314d565884794dd3174443b8cd253faa529.tar.zst freebsd-ports-gnome-a958a314d565884794dd3174443b8cd253faa529.zip |
This port needs root credentials while packaging.
Diffstat (limited to 'astro/boinc-astropulse')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index 5a4969d78a74..f7fb067a59b5 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -31,6 +31,8 @@ CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \ CFLAGS+= -march=${CPUTYPE} .endif +NEED_ROOT= yes + # these must match settings in ${PORTSDIR}/net/boinc-client/Makefile BOINC_CLIENT_USER?= boinc BOINC_CLIENT_GROUP?= nobody |