diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-09 17:43:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-09 17:43:11 +0000 |
commit | 9e5632dd661f75b5801706e55659a4da501e49b5 (patch) | |
tree | 1a0770d8cc1771f94f7777b9a986bb87029c35d9 /converters | |
parent | 90c653ebbfee158880bc5fc4eb15ad057288510a (diff) | |
download | ports-9e5632dd661f75b5801706e55659a4da501e49b5.tar.gz ports-9e5632dd661f75b5801706e55659a4da501e49b5.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/enca/Makefile | 2 | ||||
-rw-r--r-- | converters/fribidi/Makefile | 2 | ||||
-rw-r--r-- | converters/libiconv/Makefile | 2 | ||||
-rw-r--r-- | converters/mimelib/Makefile | 2 | ||||
-rw-r--r-- | converters/recode/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/converters/enca/Makefile b/converters/enca/Makefile index f233e322b80b..db730f987e17 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -17,7 +17,7 @@ USE_GNOME= pkgconfig USE_ICONV= yes USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index 28d1506c2107..73a0e57e3bdd 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 USE_GNOME= gnomehack pkgconfig INSTALLS_SHLIB= yes diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index dd34b0097d2e..25e1e5607c4b 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A character set conversion library USE_REINPLACE= yes -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 USE_GNOME= gnometarget LIBTOOLFILES= configure libcharset/configure CONFIGURE_ARGS= --enable-static \ diff --git a/converters/mimelib/Makefile b/converters/mimelib/Makefile index cfb65aee2959..d582bbb0b054 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_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/converters/recode/Makefile b/converters/recode/Makefile index a09397ab7447..433b0a43a835 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_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 USE_PERL5= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --without-included-gettext |