diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-24 21:40:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-24 21:40:46 +0800 |
commit | 4d574e22d4b9b654a745730079ffbb0dd4aa14e7 (patch) | |
tree | c87b5030a958bf754e7d9346d1a88afb5734a30c /astro | |
parent | faaa82d59d6b70042a652d97345415480a529af4 (diff) | |
download | freebsd-ports-gnome-4d574e22d4b9b654a745730079ffbb0dd4aa14e7.tar.gz freebsd-ports-gnome-4d574e22d4b9b654a745730079ffbb0dd4aa14e7.tar.zst freebsd-ports-gnome-4d574e22d4b9b654a745730079ffbb0dd4aa14e7.zip |
This port need root credential while packaging
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-v7/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/boinc-setiathome-v7/Makefile b/astro/boinc-setiathome-v7/Makefile index 913898dad6f6..85db7266fa13 100644 --- a/astro/boinc-setiathome-v7/Makefile +++ b/astro/boinc-setiathome-v7/Makefile @@ -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) |