diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 23:18:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 23:18:58 +0000 |
commit | 5cb0beffd37a0d607431afa9811b3e0840c4c334 (patch) | |
tree | 99269597f765cb989e25517b70e993eae5ccf9ab /www/urchin5 | |
parent | Move post-extract to pre-build so that gmake is used after it is added. (diff) |
BROKEN: Does not work with read-only ports tree
Diffstat (limited to 'www/urchin5')
-rw-r--r-- | www/urchin5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/urchin5/Makefile b/www/urchin5/Makefile index 806c37ddeb62..f49570cae908 100644 --- a/www/urchin5/Makefile +++ b/www/urchin5/Makefile @@ -21,6 +21,8 @@ NO_BUILD= YES NO_CDROM= "Our installer must be run for proper permissions to be set" NO_PACKAGE= "Our installer must be run for proper permissions to be set" +BROKEN= "Does not build with a read-only ports tree" + # Feel free to change this to the user you want Urchin 5 to # run as and the files to be owned by (except root). It's *strongly* # advised to make this a non-privileged user. The port can be changed |