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/weechat-devel | |
parent | f56f112403e0108e4a1caa3b8bd8197282cda9a6 (diff) | |
download | ports-a5341091eb73a3b0935daf8915c7f79139235548.tar.gz ports-a5341091eb73a3b0935daf8915c7f79139235548.zip |
Notes
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r-- | irc/weechat-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 602ce6b929ee..8f777bcaf3db 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -20,7 +20,6 @@ USE_LDCONFIG= yes USES= cmake iconv CMAKE_ARGS+= -DENABLE_GUILE=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -WANT_PERL= yes LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt @@ -102,7 +101,7 @@ CMAKE_ARGS+= -DENABLE_GNUTLS=no .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 PLIST_SUB+= PERL="" .else CMAKE_ARGS+= -DENABLE_PERL=no |