diff options
-rw-r--r-- | biology/seaview/Makefile | 4 | ||||
-rw-r--r-- | chinese/bg5pdf/Makefile | 4 | ||||
-rw-r--r-- | graphics/mapserver/Makefile | 2 | ||||
-rw-r--r-- | graphics/swftools/Makefile | 2 | ||||
-rw-r--r-- | lang/pike76/Makefile | 2 | ||||
-rw-r--r-- | math/gnuplot/Makefile | 3 | ||||
-rw-r--r-- | math/grace/Makefile | 4 | ||||
-rw-r--r-- | print/pecl-pdflib/Makefile | 3 | ||||
-rw-r--r-- | textproc/ipdf/Makefile | 4 |
9 files changed, 15 insertions, 13 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index 335f3e9aca8e..a56fb753de05 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -8,7 +8,7 @@ PORTNAME= seaview PORTVERSION= 2006.02.13 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= biology MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} @@ -18,7 +18,7 @@ MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Multiple DNA/protein sequence alignment editor LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ - pdf.8:${PORTSDIR}/print/pdflib + pdf.6:${PORTSDIR}/print/pdflib NO_WRKSUBDIR= yes EXTRACT_CMD= ${CAT} diff --git a/chinese/bg5pdf/Makefile b/chinese/bg5pdf/Makefile index ed98431ebd55..1a95d2a6596e 100644 --- a/chinese/bg5pdf/Makefile +++ b/chinese/bg5pdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= bg5pdf PORTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese print MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/bg5pdf/ \ LOCAL/chinsan @@ -15,7 +15,7 @@ MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/bg5pdf/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Convert Chinese-Big5 encoded files to PDF, using PDFlib -LIB_DEPENDS= pdf.8:${PORTSDIR}/print/pdflib +LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib CFLAGS+= -fPIC USE_PYTHON= yes diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index be728538fa96..5b749831bec5 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -69,7 +69,7 @@ CONFIGURE_ARGS+= --with-ming=${LOCALBASE} .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib \ +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib \ tiff.4:${PORTSDIR}/graphics/tiff CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} --with-tiff=${LOCALBASE} --with-png=${LOCALBASE} .endif diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index 337fdfbb0ffc..4eff099fbf80 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -53,7 +53,7 @@ CONFIGURE_ENV+= ac_cv_lib_mp3lame_lame_init=no .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib PLIST_SUB+= PDF="" MAN1+= pdf2pdf.1 .else diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 6eb92db7cd60..5fa794c28f55 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -191,7 +191,7 @@ CONFIGURE_ARGS+= --without-sane .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib \ +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib \ panda.0:${PORTSDIR}/print/panda CONFIGURE_ARGS+= --with-libpdf --with-libpanda .else diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index f548fbbef716..ccd49f34929f 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnuplot PORTVERSION= 4.4.4 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= SF @@ -58,7 +59,7 @@ CONFIGURE_ARGS+= --disable-h3d-quadtree --enable-h3d-gridbox .if defined(WITHOUT_PDF) CONFIGURE_ARGS+= --without-pdf .else -LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} .endif diff --git a/math/grace/Makefile b/math/grace/Makefile index 113f2a866a7b..2dc344d5f6a6 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -7,7 +7,7 @@ PORTNAME= grace PORTVERSION= 5.1.22 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ @@ -25,7 +25,7 @@ LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ fftw.2:${PORTSDIR}/math/fftw \ - pdf.8:${PORTSDIR}/print/pdflib \ + pdf.6:${PORTSDIR}/print/pdflib \ netcdf.4:${PORTSDIR}/science/netcdf \ Xbae.4:${PORTSDIR}/x11-toolkits/xbae \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml diff --git a/print/pecl-pdflib/Makefile b/print/pecl-pdflib/Makefile index 313e0e70404e..bd565447b85b 100644 --- a/print/pecl-pdflib/Makefile +++ b/print/pecl-pdflib/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdflib PORTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,7 +17,7 @@ DIST_SUBDIR= PECL MAINTAINER= ale@FreeBSD.org COMMENT= A PECL extension to create PDF on the fly -LIB_DEPENDS= pdf.8:${PORTSDIR}/print/pdflib +LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib USE_PHP= gd USE_PHP_BUILD= yes diff --git a/textproc/ipdf/Makefile b/textproc/ipdf/Makefile index 628ce5ece6cb..c6a8b0e26384 100644 --- a/textproc/ipdf/Makefile +++ b/textproc/ipdf/Makefile @@ -8,14 +8,14 @@ PORTNAME= ipdf PORTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://hoopajoo.net/static/projects/ MAINTAINER= ports@FreeBSD.org COMMENT= Creates indexed pdf documents from text files -LIB_DEPENDS= pdf.8:${PORTSDIR}/print/pdflib \ +LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff |