diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /irc | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bopm/Makefile | 2 | ||||
-rw-r--r-- | irc/kmyirc/Makefile | 2 | ||||
-rw-r--r-- | irc/konversation/Makefile | 2 | ||||
-rw-r--r-- | irc/kwirc/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/irc/bopm/Makefile b/irc/bopm/Makefile index a5347d5a5b66..d91eb9020de7 100644 --- a/irc/bopm/Makefile +++ b/irc/bopm/Makefile @@ -16,7 +16,7 @@ COMMENT= Open proxy and DNSBL monitor, designed for use with ircds LOGDIR= /var/log/${PORTNAME} -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool LIBTOOLFILES= configure src/libopm/configure CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --localstatedir=${LOGDIR} diff --git a/irc/kmyirc/Makefile b/irc/kmyirc/Makefile index 2dfd19c215ff..c31698657b75 100644 --- a/irc/kmyirc/Makefile +++ b/irc/kmyirc/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-alpha/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use IRC client for KDE -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_KDELIBS_VER= 3 USE_GMAKE= yes diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index 3b3a0debd317..7fe01d32d283 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -16,7 +16,7 @@ MAINTAINER= markus@FreeBSD.org COMMENT= A user friendly IRC client for KDE USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes diff --git a/irc/kwirc/Makefile b/irc/kwirc/Makefile index a99a23de7256..3402f586badb 100644 --- a/irc/kwirc/Makefile +++ b/irc/kwirc/Makefile @@ -15,7 +15,7 @@ MAINTAINER= markus@FreeBSD.org COMMENT= IRC client for KDE USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes |