diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-03-26 12:56:14 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-03-26 12:56:14 +0000 |
commit | 231091ba9692403f91876c7b6eac3ee8b5a8ee65 (patch) | |
tree | 5b7f8b87dd786a0f32d4a71387a00993cde8e741 /converters/recode/Makefile | |
parent | 08a50c018bc5af572a094380ab4c1a3e0e6ccbec (diff) | |
download | ports-231091ba9692403f91876c7b6eac3ee8b5a8ee65.tar.gz ports-231091ba9692403f91876c7b6eac3ee8b5a8ee65.zip |
Notes
Diffstat (limited to 'converters/recode/Makefile')
-rw-r--r-- | converters/recode/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/converters/recode/Makefile b/converters/recode/Makefile index b369c5178957..5f70158099d8 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: recode -# Date created: 14 Jul 1995 -# Whom: torstenb@FreeBSD.org -# +# Created by: torstenb@FreeBSD.org # $FreeBSD$ -# PORTNAME= recode PORTVERSION= 3.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= recode @@ -19,6 +15,7 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_PERL5= yes USE_LDCONFIG= yes +USE_ICONV= yes CONFIGURE_ARGS= --without-included-gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |