diff options
author | mat <mat@FreeBSD.org> | 2004-05-04 10:12:22 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-05-04 10:12:22 +0000 |
commit | 61e22a9cd7bfd54bb5eabf3f831da3a290e07648 (patch) | |
tree | d18b294707dcefb42004da00bd7b4987c1a58d95 /irc | |
parent | de6f5551d8eabb4b6f1611ff087655a89bc91ccc (diff) | |
download | FreeBSD-ports-61e22a9cd7bfd54bb5eabf3f831da3a290e07648.zip FreeBSD-ports-61e22a9cd7bfd54bb5eabf3f831da3a290e07648.tar.gz |
Needs perl to build
Pointed out by: bento via kris
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index ba987ca..bb12b34 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -17,6 +17,7 @@ COMMENT= A set of IRC services for IRC networks USE_GMAKE= yes HAS_CONFIGURE= yes USE_REINPLACE= yes +USE_PERL_BUILD= yes # OPTIONS --{{{ OPTIONS= MYSQL "Use mysql" ON \ |