diff options
author | pav <pav@FreeBSD.org> | 2008-07-15 19:37:55 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-15 19:37:55 +0000 |
commit | 6e29b96340f76504a16df8d4400fd6307d34d6dc (patch) | |
tree | ac91b7a462546b0415eed89bc6b503acddc263b1 /lang | |
parent | 3d955a22c815b1c553cf0d9e460df8eb53cee88c (diff) | |
download | FreeBSD-ports-6e29b96340f76504a16df8d4400fd6307d34d6dc.zip FreeBSD-ports-6e29b96340f76504a16df8d4400fd6307d34d6dc.tar.gz |
- Disallow on pointyhat: needs to be build under non-root user, pointyhat cannot do that
Diffstat (limited to 'lang')
-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 50ec2d9..780d769 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 |