diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/confetti/Makefile | 2 | ||||
-rw-r--r-- | textproc/dict/Makefile | 9 | ||||
-rw-r--r-- | textproc/flex/Makefile | 2 | ||||
-rw-r--r-- | textproc/htmltolatex/Makefile | 9 | ||||
-rw-r--r-- | textproc/mifluz/Makefile | 3 | ||||
-rw-r--r-- | textproc/scrollkeeper/Makefile | 9 | ||||
-rw-r--r-- | textproc/syck/Makefile | 8 | ||||
-rw-r--r-- | textproc/xxdiff/Makefile | 8 |
8 files changed, 14 insertions, 36 deletions
diff --git a/textproc/confetti/Makefile b/textproc/confetti/Makefile index e57e24e8a03c..5f3aa76bce9c 100644 --- a/textproc/confetti/Makefile +++ b/textproc/confetti/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex USE_BZIP2= yes USE_GMAKE= yes -USE_BISON= build +USES= bison USE_PERL5= yes DATE= 20120801 MAKE_ARGS+= FLEX=${LOCALBASE}/bin/flex diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 840675e43663..817800aa04aa 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dict -# Date created: 19 February 1998 -# Whom: Josh Gilliam <josh@quick.net> -# +# Created by: Josh Gilliam <josh@quick.net> # $FreeBSD$ -# PORTNAME= dict PORTVERSION= 1.12.0 @@ -18,7 +13,7 @@ COMMENT= Dictionary Server Protocol (RFC2229) client LIB_DEPENDS= maa.3:${PORTSDIR}/devel/libmaa -USE_BISON= build +USES= bison GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \ --with-etcdir=${PREFIX}/etc diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile index a4fad3acb1d8..83fae68a7b9a 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -11,7 +11,7 @@ COMMENT= Fast lexical analyzer generator BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \ gm4:${PORTSDIR}/devel/m4 -USE_BISON= build +USES= bison USE_BZIP2= yes GNU_CONFIGURE= yes # install flex header to its own dir to avoid conflict with system flex. diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index 8101c27a9235..5c351be22d1e 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: htmltolatex -# Date created: Jan 19, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= htmltolatex PORTVERSION= 1 @@ -18,7 +13,7 @@ COMMENT= HTML to LaTeX to PDF Converter LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick -USE_BISON= build +USES= bison USE_GMAKE= yes MAKEFILE= GNUmakefile MAKE_JOBS_UNSAFE= yes diff --git a/textproc/mifluz/Makefile b/textproc/mifluz/Makefile index 31b05d206724..9e5bc0dffee5 100644 --- a/textproc/mifluz/Makefile +++ b/textproc/mifluz/Makefile @@ -12,8 +12,7 @@ COMMENT= C++ library to build and query a full text inverted index LICENSE= GPLv3 USE_GCC= any -USE_GNOME= gnomehack -USE_BISON= build +USES= bison pathfix USE_ICONV= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --without-unac diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 5fd8b3537657..a913d86037cd 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: scrollkeeper -# Date created: 6 April 2001 -# Whom: Rene Hexel <rh@netbsd.org> -# +# Created by: Rene Hexel <rh@netbsd.org> # $FreeBSD$ # $MCom: ports/textproc/scrollkeeper/Makefile,v 1.12 2007/10/17 21:36:13 mezz Exp $ @@ -33,8 +30,8 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_BISON= build -USE_GNOME= gnomehack gnomehier libxslt intlhack +USES= bison pathfix +USE_GNOME= gnomehier libxslt intlhack USE_LDCONFIG= yes CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share \ --with-omfdirs=${PREFIX}/share/omf \ diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile index f9e628df95ba..081c3c70fde6 100644 --- a/textproc/syck/Makefile +++ b/textproc/syck/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: syck -# Date created: 2 December 2004 -# Whom: dd -# +# Created by: dd # $FreeBSD$ -# PORTNAME= syck PORTVERSION= 0.70 @@ -14,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library for reading and writing YAML 1.0 GNU_CONFIGURE= yes -USE_BISON= build +USES= bison CFLAGS+= -fPIC MAKE_JOBS_UNSAFE= yes diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index fb700fe9dee7..a40e42a4d777 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xxdiff -# Date created: 11 August 2001 -# Whom: Pete Fritchman <petef@databits.net> -# +# Created by: Pete Fritchman <petef@databits.net> # $FreeBSD$ -# PORTNAME= xxdiff PORTVERSION= 3.2 @@ -23,7 +19,7 @@ EXPIRATION_DATE= 2013-07-01 QMAKE= ${LOCALBASE}/bin/qmake SPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ USE_BZIP2= yes -USE_BISON= build +USES= bison USE_GMAKE= yes USE_QT_VER= 3 MAKE_ENV+= QTDIR=${QT_PREFIX} |