diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
commit | d6908e9cb15fa8933765f874067d539f27ce0c1d (patch) | |
tree | af86ab3d72d9e9f6d9b0c530d4f6c6f8cf680ad5 /print | |
parent | dcf99688a1711ab176bca363f8d11b57acb961ac (diff) | |
download | ports-d6908e9cb15fa8933765f874067d539f27ce0c1d.tar.gz ports-d6908e9cb15fa8933765f874067d539f27ce0c1d.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 2 | ||||
-rw-r--r-- | print/foomatic-filters/Makefile | 2 | ||||
-rw-r--r-- | print/lilypond/Makefile | 4 | ||||
-rw-r--r-- | print/lyx/Makefile | 3 | ||||
-rw-r--r-- | print/pdflib/Makefile | 4 | ||||
-rw-r--r-- | print/tgif2tex/Makefile | 4 |
6 files changed, 10 insertions, 9 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 2607e471fe1c..69f2f74808b6 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper -USE_PERL5= yes +USES= perl5 USE_CSTD= gnu89 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index 3a3bc3b89e38..61d522e86495 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -13,8 +13,8 @@ COMMENT= Foomatic wrapper scripts LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= perl5 USE_AUTOTOOLS= autoheader -USE_PERL5= yes USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \ diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 65b7862955c0..90d7ddd7cb03 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -39,11 +39,11 @@ INFO= lilypond-notation \ music-glossary \ internals -USES= bison:build gettext gmake pkgconfig +USES= bison:build gettext gmake pkgconfig perl5 USE_GHOSTSCRIPT=9 USE_TEX= latex USE_PYTHON= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GNOME= pango USE_GCC= any diff --git a/print/lyx/Makefile b/print/lyx/Makefile index ebeac82c0563..5435a5ed6c56 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -23,12 +23,11 @@ CONFLICTS= lyx-1.[0-9]* MAJOR_VERSION= 2.0 MINOR_VERSION= 6 -USES= gmake iconv pkgconfig +USES= gmake iconv pkgconfig perl5 USE_XZ= yes USE_QT4= corelib gui moc_build uic_build rcc_build USE_GNOME= desktopfileutils USE_PYTHON= -2.7 -USE_PERL5= yes GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 2d468186ae8e..9ebbbed6225c 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -21,8 +21,8 @@ OPTIONS_DEFINE= PERL JAVA PERL_DESC= Build perl bindings JAVA_DESC= Build Java bindings +USES= gmake USE_LDCONFIG= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-py=no --with-ruby=no --with-tcl=no @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--enable-64bit .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 PLIST_SUB= PERL="" CONFIGURE_ARGS+=--with-perl=${PERL} .else diff --git a/print/tgif2tex/Makefile b/print/tgif2tex/Makefile index 547253e34e9a..d822534bc88c 100644 --- a/print/tgif2tex/Makefile +++ b/print/tgif2tex/Makefile @@ -12,7 +12,6 @@ COMMENT= Converting texts in figure by tgif to LaTeX commands LICENSE= GPLv2 -USE_PERL5_RUN= yes PLIST_FILES= bin/tgif2tex PORTDOCS= how-to-use.dvi how-to-use.ps how-to-use.tex \ example.obj example.tex \ @@ -26,6 +25,9 @@ PORTDOCS= how-to-use.dvi how-to-use.ps how-to-use.tex \ OPTIONS_DEFINE= DOCS +USES= perl5 +USE_PERL5= run + .include <bsd.port.options.mk> do-build: |