aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-15 19:45:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-15 19:45:29 +0000
commita24a8e249de8e8307157bfab35e6b421d952f55f (patch)
tree4c46807586d88466ce2edf20bf7f183c026095db /lang/parrot
parentb7ed8b7029989889857ce51510fe0822ba101e39 (diff)
downloadports-a24a8e249de8e8307157bfab35e6b421d952f55f.tar.gz
ports-a24a8e249de8e8307157bfab35e6b421d952f55f.zip
- Fix previous commit
Reported by: dvl
Notes
Notes: svn path=/head/; revision=216885
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