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 /converters | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) | |
download | ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.gz ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.zip |
Sync to new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=265663
Diffstat (limited to 'converters')
-rw-r--r-- | converters/enca/Makefile | 2 | ||||
-rw-r--r-- | converters/ktextdecode/Makefile | 2 | ||||
-rw-r--r-- | converters/libiconv/Makefile | 2 | ||||
-rw-r--r-- | converters/libticonv/Makefile | 2 | ||||
-rw-r--r-- | converters/mimelib/Makefile | 2 | ||||
-rw-r--r-- | converters/psiconv/Makefile | 2 | ||||
-rw-r--r-- | converters/recode/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/converters/enca/Makefile b/converters/enca/Makefile index bb4b059ff8ee..05541991eb8a 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://trific.ath.cx/Ftp/enca/ \ MAINTAINER= never@nevermind.kiev.ua COMMENT= A package for detecting encoding of text files -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GNOME= pkgconfig USE_ICONV= yes USE_BZIP2= yes diff --git a/converters/ktextdecode/Makefile b/converters/ktextdecode/Makefile index 032d64c5047b..c7fc06623784 100644 --- a/converters/ktextdecode/Makefile +++ b/converters/ktextdecode/Makefile @@ -15,7 +15,7 @@ COMMENT= The simple text conversion utility for KDE 3 USE_BZIP2= yes USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GMAKE= yes post-patch: diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 1dffa31e8220..b57c6b7c6904 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org COMMENT= A character set conversion library -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_GNOME= gnometarget diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile index 404b57d0cf14..2b1fcc9a688a 100644 --- a/converters/libticonv/Makefile +++ b/converters/libticonv/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://lpg.ticalc.org/prj_tilp/download/ \ MAINTAINER= tijl@coosemans.org COMMENT= TI calculator character set library -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= glib20 gnomehack pkgconfig diff --git a/converters/mimelib/Makefile b/converters/mimelib/Makefile index e8ea8f327a83..27c155fc69f0 100644 --- a/converters/mimelib/Makefile +++ b/converters/mimelib/Makefile @@ -16,7 +16,7 @@ COMMENT= C++ class library for manipulating messages in MIME format CONFLICTS= kdenetwork-3.1.* -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index 921d506c19ba..b1a31bb975a7 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://software.frodo.looijaard.name/psiconv/files/ MAINTAINER= gnome@FreeBSD.org COMMENT= A conversion utility to convert Psion 5(MX) files into other formats -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/converters/recode/Makefile b/converters/recode/Makefile index 6cc47f03a543..18a205d72d6a 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -16,7 +16,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Converts files between character sets and usages USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_PERL5= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --without-included-gettext |