diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-11 11:39:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-11 11:39:55 +0000 |
commit | 3d2490d663b49bf3a4e31efc099fb403d81b59da (patch) | |
tree | cc8e2de4c19f3b03ffa2d3c00d34d5f7697aa417 | |
parent | Previous maintainer asks to remove his website / name from the port (diff) |
Make ruboard build again.
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=71526
-rw-r--r-- | www/ruboard/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/ruboard/Makefile b/www/ruboard/Makefile index 973ef28b369b..8584e1029b52 100644 --- a/www/ruboard/Makefile +++ b/www/ruboard/Makefile @@ -13,4 +13,7 @@ MASTER_SITES= ftp://ftp.amsoft.ru/software/ruboard/ MAINTAINER= am@amsoft.ru +USE_PERL5_BUILD=yes +USE_PERL5_RUN =yes + .include <bsd.port.mk> |