diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-15 19:45:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-15 19:45:29 +0000 |
commit | a24a8e249de8e8307157bfab35e6b421d952f55f (patch) | |
tree | 4c46807586d88466ce2edf20bf7f183c026095db /lang/parrot | |
parent | b7ed8b7029989889857ce51510fe0822ba101e39 (diff) |
Notes
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 780d769b91bd..608cd3ade93c 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -79,7 +79,7 @@ PLIST_SUB+= JIT="@comment " BROKEN= Does not compile on ia64 .endif -.if ${PACKAGE_BUILDING} +.if defined(PACKAGE_BUILDING) IGNORE= needs to be build under non-root user, pointyhat cannot do that .endif |