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 /news | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) |
Sync to new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=265663
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate-ds/Makefile | 2 | ||||
-rw-r--r-- | news/klibido/Makefile | 2 | ||||
-rw-r--r-- | news/newscache/Makefile | 2 | ||||
-rw-r--r-- | news/newsstar/Makefile | 2 | ||||
-rw-r--r-- | news/nntpcache/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/news/fidogate-ds/Makefile b/news/fidogate-ds/Makefile index c8e959297b31..2b037777ee6b 100644 --- a/news/fidogate-ds/Makefile +++ b/news/fidogate-ds/Makefile @@ -19,7 +19,7 @@ COMMENT= Fido-Internet Gateway and Tosser BUILD_DEPENDS= ${LOCALBASE}/news/bin/innconfval:${PORTSDIR}/news/inn .endif -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_BZIP2= yes GNU_CONFIGURE= yes USE_PERL5= yes diff --git a/news/klibido/Makefile b/news/klibido/Makefile index 171b5fbdfb5b..6dba81ff675a 100644 --- a/news/klibido/Makefile +++ b/news/klibido/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \ USE_KDELIBS_VER= 3 USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes USE_GETTEXT= yes diff --git a/news/newscache/Makefile b/news/newscache/Makefile index 295295b78b66..e52315b52704 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -17,7 +17,7 @@ COMMENT= NewsCache is a free cache server for USENET News LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++ -USE_AUTOTOOLS= automake:111 autoheader:268 autoconf:268 +USE_AUTOTOOLS= automake autoheader autoconf AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile index e89702d31c8a..bada8ec12003 100644 --- a/news/newsstar/Makefile +++ b/news/newsstar/Makefile @@ -23,7 +23,7 @@ BROKEN= does not build USE_PERL5= yes HAS_CONFIGURE= yes USE_ICONV= yes -USE_AUTOTOOLS= automake:111 autoconf:268 aclocal:111 +USE_AUTOTOOLS= automake autoconf aclocal CONFIGURE_ARGS+=--prefix=${PREFIX} \ --with-conf-dir=${PREFIX}/etc/newsstar \ diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 44f5de29dbda..23f772c242eb 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.xs4all.nl/~suelette/ MAINTAINER= leeym@FreeBSD.org COMMENT= News caching/anti-spam/server-merging system -USE_AUTOTOOLS= automake:111:env +USE_AUTOTOOLS= automake:env # This may be set interactively at install-time. NNTPCache will # cache news articles and related data in ${SPOOLDIR}/nntpcache. |