diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 11:59:28 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 11:59:28 +0000 |
commit | a3a0715f38d5f411396a809915aa2fc5c204bc16 (patch) | |
tree | e580bb4c66185f6741df23146d4617f207efeeef /irc/weechat | |
parent | 3d733a71dc5d9ecc73e88a75de9cb8a6400329cd (diff) | |
download | ports-a3a0715f38d5f411396a809915aa2fc5c204bc16.tar.gz ports-a3a0715f38d5f411396a809915aa2fc5c204bc16.zip |
Notes
Diffstat (limited to 'irc/weechat')
-rw-r--r-- | irc/weechat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index dff5058b82d4..f14cac4b063e 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -14,10 +14,9 @@ LICENSE= GPLv3 CONFLICTS= weechat-devel-0.* -USE_ICONV= yes USE_LDCONFIG= yes USE_NCURSES= yes -USES= cmake +USES= cmake iconv CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib WANT_PERL= yes |