aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-16 03:37:55 +0800
committerpav <pav@FreeBSD.org>2008-07-16 03:37:55 +0800
commit6e29b96340f76504a16df8d4400fd6307d34d6dc (patch)
treeac91b7a462546b0415eed89bc6b503acddc263b1 /lang
parent3d955a22c815b1c553cf0d9e460df8eb53cee88c (diff)
downloadfreebsd-ports-gnome-6e29b96340f76504a16df8d4400fd6307d34d6dc.tar.gz
freebsd-ports-gnome-6e29b96340f76504a16df8d4400fd6307d34d6dc.tar.zst
freebsd-ports-gnome-6e29b96340f76504a16df8d4400fd6307d34d6dc.zip
- Disallow on pointyhat: needs to be build under non-root user, pointyhat cannot do that
Diffstat (limited to 'lang')
-rw-r--r--lang/parrot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 50ec2d959329..780d769b91bd 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -79,6 +79,10 @@ PLIST_SUB+= JIT="@comment "
BROKEN= Does not compile on ia64
.endif
+.if ${PACKAGE_BUILDING}
+IGNORE= needs to be build under non-root user, pointyhat cannot do that
+.endif
+
pre-configure:
@if [ `${ID} -u` -eq 0 ]; then \
${ECHO_MSG} "==> Please do not build ${PORTNAME} as 'root' (because of 'perldoc' issue)."; exit 1; fi