diff options
author | mat <mat@FreeBSD.org> | 2004-05-18 13:21:08 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-05-18 13:21:08 +0800 |
commit | a516d96660a675faba74b01518962fd470d4f3a4 (patch) | |
tree | ce4b1ce213c1f1dc6c04f9973475d8720a230ad4 /irc/anope | |
parent | c853a9dc84ef9c90283996308b88e16982cd4c26 (diff) | |
download | freebsd-ports-gnome-a516d96660a675faba74b01518962fd470d4f3a4.tar.gz freebsd-ports-gnome-a516d96660a675faba74b01518962fd470d4f3a4.tar.zst freebsd-ports-gnome-a516d96660a675faba74b01518962fd470d4f3a4.zip |
It's USE_PERL5, not USE_PERL
Diffstat (limited to 'irc/anope')
-rw-r--r-- | irc/anope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index cb9246ad1f25..37ea521867c5 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -17,7 +17,7 @@ COMMENT= A set of IRC services for IRC networks USE_GMAKE= yes HAS_CONFIGURE= yes USE_REINPLACE= yes -USE_PERL_BUILD= yes +USE_PERL5_BUILD= yes # OPTIONS --{{{ OPTIONS= MYSQL "Use mysql" ON \ |