diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 17:03:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 17:03:42 +0000 |
commit | a5341091eb73a3b0935daf8915c7f79139235548 (patch) | |
tree | 9b94453d2ae9c02c16c1562358f70fdbdeba9e53 /irc/ircservices | |
parent | f56f112403e0108e4a1caa3b8bd8197282cda9a6 (diff) | |
download | ports-a5341091eb73a3b0935daf8915c7f79139235548.tar.gz ports-a5341091eb73a3b0935daf8915c7f79139235548.zip |
Notes
Diffstat (limited to 'irc/ircservices')
-rw-r--r-- | irc/ircservices/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ircservices/Makefile b/irc/ircservices/Makefile index 7250bfe3b001..14934d384aa7 100644 --- a/irc/ircservices/Makefile +++ b/irc/ircservices/Makefile @@ -15,9 +15,9 @@ MASTER_SITES= http://www.ircservices.za.net/download/ \ MAINTAINER= bu7cher@yandex.ru COMMENT= A system of IRC services for IRC networks -USE_PERL5_BUILD=yes +USES= gmake perl5 +USE_PERL5= build HAS_CONFIGURE= yes -USE_GMAKE= yes USE_RC_SUBR= ircservices DIST_SUBDIR= ${PORTNAME} |