diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
commit | 7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch) | |
tree | 1ab8a61c390fb88b46b924e62465cf67b9cc354f /print | |
parent | bfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups-filters/Makefile | 2 | ||||
-rw-r--r-- | print/fontforge/Makefile | 2 | ||||
-rw-r--r-- | print/freetype2/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript9-agpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript9/Makefile | 2 | ||||
-rw-r--r-- | print/hp2xx/Makefile | 2 | ||||
-rw-r--r-- | print/libharu/Makefile | 2 | ||||
-rw-r--r-- | print/panda/Makefile | 2 | ||||
-rw-r--r-- | print/pslib/Makefile | 2 | ||||
-rw-r--r-- | print/scribus/Makefile | 2 | ||||
-rw-r--r-- | print/tex-dvipdfmx/Makefile | 2 | ||||
-rw-r--r-- | print/tex-luatex/Makefile | 2 | ||||
-rw-r--r-- | print/tex-xetex/Makefile | 2 | ||||
-rw-r--r-- | print/texlive-base/Makefile | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index a06547f721ab..a0bbe1bdd037 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -94,7 +94,7 @@ DESCR= ${MASTERDIR}/pkg-descr.client .elif defined(CUPS_IMAGE) LIB_DEPENDS+= libcups.so:${PORTSDIR}/${PKGCATEGORY}/cups-client \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff # force build if old cups is installed. BUILD_DEPENDS+= cups-client${PKGNAMESUFFIX2}>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-client diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 2cdbe5ba364f..1f6a56db88d4 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils RUN_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libijs.so:${PORTSDIR}/print/libijs \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libqpdf.so:${PORTSDIR}/print/qpdf \ diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 740a1cc3e151..6e318c2a56b2 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -20,7 +20,7 @@ COMMENT= Type 1/TrueType/OpenType/bitmap font editor LIB_DEPENDS= libuninameslist.so:${PORTSDIR}/textproc/libuninameslist \ libtiff.so:${PORTSDIR}/graphics/tiff \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libgif.so:${PORTSDIR}/graphics/giflib \ libxml2.so:${PORTSDIR}/textproc/libxml2 \ libspiro.so:${PORTSDIR}/graphics/libspiro diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index e8ed39f0d620..7042bd2dc02a 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -31,7 +31,7 @@ PNG_DESC= Png compressed OpenType embedded bitmaps support LCD_FILTERING_CFLAGS= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING -PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png PNG_CONFIGURE_OFF= --without-png pre-patch: diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 9dbe16447f01..3f10d1d92f7c 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -22,7 +22,7 @@ COMMENT= Ghostscript 7.x PostScript interpreter LICENSE= GPLv2 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts CONFLICTS_INSTALL= \ diff --git a/print/ghostscript9-agpl/Makefile b/print/ghostscript9-agpl/Makefile index 9a06041fb9fb..c1e572ac9655 100644 --- a/print/ghostscript9-agpl/Makefile +++ b/print/ghostscript9-agpl/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libidn.so:${PORTSDIR}/dns/libidn \ libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libpaper.so:${PORTSDIR}/print/libpaper diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index 82d18a700427..fb66ef05d911 100644 --- a/print/ghostscript9/Makefile +++ b/print/ghostscript9/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libidn.so:${PORTSDIR}/dns/libidn \ libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libpaper.so:${PORTSDIR}/print/libpaper diff --git a/print/hp2xx/Makefile b/print/hp2xx/Makefile index 983f34bbe8ba..4758ecaea644 100644 --- a/print/hp2xx/Makefile +++ b/print/hp2xx/Makefile @@ -12,7 +12,7 @@ COMMENT= HPGL to vector and raster formats converter and previewer for X11 LICENSE= GPLv2 # (or later) -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff WRKSRC_SUBDIR= sources diff --git a/print/libharu/Makefile b/print/libharu/Makefile index bfce1f53ca0a..9895b3fac205 100644 --- a/print/libharu/Makefile +++ b/print/libharu/Makefile @@ -8,7 +8,7 @@ CATEGORIES= print MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Haru Free PDF Library -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png OPTIONS_DEFINE= EXAMPLES diff --git a/print/panda/Makefile b/print/panda/Makefile index b4acc1519534..91a356ced798 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 250d3c42aeb7..8b10356c9c46 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -13,7 +13,7 @@ COMMENT= C-library for generating multi page PostScript documents LICENSE= GPLv2 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff USES= gettext gmake libtool pathfix pkgconfig diff --git a/print/scribus/Makefile b/print/scribus/Makefile index d6ff3b8ace63..8d8adda8111b 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -13,7 +13,7 @@ COMMENT= Comprehensive desktop publishing program LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms.so:${PORTSDIR}/graphics/lcms \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libcups.so:${PORTSDIR}/print/cups-client \ libfreetype.so:${PORTSDIR}/print/freetype2 \ diff --git a/print/tex-dvipdfmx/Makefile b/print/tex-dvipdfmx/Makefile index ca306d18c9e2..8f6e783c07d0 100644 --- a/print/tex-dvipdfmx/Makefile +++ b/print/tex-dvipdfmx/Makefile @@ -18,7 +18,7 @@ COMMENT= DVI Previewer(kpathsearch) for X LICENSE= GPLv2 -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libpaper.so:${PORTSDIR}/print/libpaper \ libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${LOCALBASE}/share/fonts/adobe-cmaps/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index 20b36891d53a..bb23a3d75394 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -18,7 +18,7 @@ COMMENT= Extended version of pdfTeX using Lua LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libgraphite.so:${PORTSDIR}/graphics/silgraphite \ libicuio.so:${PORTSDIR}/devel/icu \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libpoppler.so:${PORTSDIR}/graphics/poppler \ libTECkit.so:${PORTSDIR}/textproc/teckit \ libzzip.so:${PORTSDIR}/devel/zziplib diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index 4ebc01bfc5b1..df2c9281059e 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ libicuio.so:${PORTSDIR}/devel/icu \ libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libpoppler.so:${PORTSDIR}/graphics/poppler \ libTECkit.so:${PORTSDIR}/textproc/teckit \ libzzip.so:${PORTSDIR}/devel/zziplib diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 39d5f2a3faf9..b73082e34fd7 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libicuio.so:${PORTSDIR}/devel/icu \ libgd.so:${PORTSDIR}/graphics/gd \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libttf.so:${PORTSDIR}/print/freetype \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libzzip.so:${PORTSDIR}/devel/zziplib \ libpoppler.so:${PORTSDIR}/graphics/poppler # XXX |