diff options
author | mat <mat@FreeBSD.org> | 2004-05-04 18:12:22 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-05-04 18:12:22 +0800 |
commit | 61e22a9cd7bfd54bb5eabf3f831da3a290e07648 (patch) | |
tree | d18b294707dcefb42004da00bd7b4987c1a58d95 /irc/anope | |
parent | de6f5551d8eabb4b6f1611ff087655a89bc91ccc (diff) | |
download | freebsd-ports-gnome-61e22a9cd7bfd54bb5eabf3f831da3a290e07648.tar.gz freebsd-ports-gnome-61e22a9cd7bfd54bb5eabf3f831da3a290e07648.tar.zst freebsd-ports-gnome-61e22a9cd7bfd54bb5eabf3f831da3a290e07648.zip |
Needs perl to build
Pointed out by: bento via kris
Diffstat (limited to 'irc/anope')
-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 ba987ca57bdd..bb12b3434d0c 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 \ |