aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile2
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