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 | |
parent | 3d733a71dc5d9ecc73e88a75de9cb8a6400329cd (diff) | |
download | ports-a3a0715f38d5f411396a809915aa2fc5c204bc16.tar.gz ports-a3a0715f38d5f411396a809915aa2fc5c204bc16.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/miau/Makefile | 2 | ||||
-rw-r--r-- | irc/scrollz/Makefile | 2 | ||||
-rw-r--r-- | irc/weechat-devel/Makefile | 3 | ||||
-rw-r--r-- | irc/weechat/Makefile | 3 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 2 | ||||
-rw-r--r-- | irc/znc/Makefile | 3 |
6 files changed, 6 insertions, 9 deletions
diff --git a/irc/miau/Makefile b/irc/miau/Makefile index b775d38bbe70..9144dfe135b2 100644 --- a/irc/miau/Makefile +++ b/irc/miau/Makefile @@ -14,7 +14,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= A fully featured easy to use IRC-bouncer USE_BZIP2= yes -USE_ICONV= yes +USES= iconv GNU_CONFIGURE= yes INFO= miau diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index cd28a9d13ef4..67c84d31d234 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -16,7 +16,7 @@ DISTNAME= ScrollZ-${PORTVERSION} MAINTAINER= mdv@unsavoury.net COMMENT= Enhanced ircII client that supports scripts, colors, and more -USE_ICONV= yes +USES= iconv USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-ipv6 --enable-regexp --enable-iconv diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 4c9dade22c97..1c42003246bc 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -16,10 +16,9 @@ LICENSE= GPLv3 CONFLICTS= weechat-0.3* -USE_ICONV= yes USE_LDCONFIG= yes USE_NCURSES= yes -USES= cmake +USES= cmake iconv CMAKE_ARGS+= -DENABLE_GUILE=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib WANT_PERL= yes 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 diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index d150ac2e7b1c..8828664425b6 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -21,7 +21,7 @@ COMMENT= X11 IRC client using the GTK+ toolkit, and optionally, GNOME USE_BZIP2= yes USE_GMAKE= yes -USE_ICONV= yes +USES= iconv USE_PERL5= yes USE_GNOME= gtk12 WANT_GNOME= yes diff --git a/irc/znc/Makefile b/irc/znc/Makefile index d58dc1bbc9d3..93f1e2a00865 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -13,9 +13,8 @@ LICENSE= GPLv2 FETCH_ARGS= -Fpr GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig iconv USE_GMAKE= yes -USE_ICONV= yes WANT_PERL= yes NO_OPTIONS_SORT= yes |