diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:21:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:21:34 +0000 |
commit | 6654024e93e726b96b4460c27d8ada8b57f082b1 (patch) | |
tree | 3ebf4ac52627e47ff20f8ad84adb71a493d8b327 /irc/anope | |
parent | 46413cf4c7561bac60781b4543fb0210f7ad183f (diff) |
Notes
Diffstat (limited to 'irc/anope')
-rw-r--r-- | irc/anope/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index e0befa93957d..4f07fef33c9d 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/Anope%20${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= A set of IRC services for IRC networks -USES= perl5 -USE_GMAKE= yes +USES= perl5 gmake USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" \ |