diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-15 19:37:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-15 19:37:55 +0000 |
commit | b7ed8b7029989889857ce51510fe0822ba101e39 (patch) | |
tree | 5ae52763075f6c2389f052a3cc26c4fb9d272e0c /lang/parrot | |
parent | e0df20b538e990b45abbadaaa423465381871337 (diff) | |
download | ports-b7ed8b7029989889857ce51510fe0822ba101e39.tar.gz ports-b7ed8b7029989889857ce51510fe0822ba101e39.zip |
Notes
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 4 |
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 |