diff options
41 files changed, 41 insertions, 41 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile index c1a6cdc4df4c..9237c6580c74 100644 --- a/astro/wcslib/Makefile +++ b/astro/wcslib/Makefile @@ -31,7 +31,7 @@ CFITSIO_CONFIGURE_WITH= cfitsio CFITSIO_LIB_DEPENDS= libcfitsio.so:astro/cfitsio PGPLOT_CONFIGURE_WITH= pgplot PGPLOT_LIB_DEPENDS= libpgplot.so:graphics/pgplot \ - libpng16.so:graphics/png + libpng.so:graphics/png PGPLOT_USE= XORG=x11 post-patch: diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 6a07efb54776..a917dd1eec88 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libboost_python.so:devel/boost-python-libs \ libpyside-python2.7.so:devel/pyside \ libCoin.so:graphics/Coin \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkFiltersTexture-6.2.so:math/vtk6 \ libTKernel.so:cad/opencascade \ diff --git a/comms/flcluster/Makefile b/comms/flcluster/Makefile index 9b9a4fb9b826..a7800439db91 100644 --- a/comms/flcluster/Makefile +++ b/comms/flcluster/Makefile @@ -10,7 +10,7 @@ COMMENT= FLCLUSTER is a management tool for accessing dxcluster nodes LICENSE= GPLv3 -LIB_DEPENDS= libpng16.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 3883498661db..480cbddd48c8 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc\ docbook-xsl>=1.0:textproc/docbook-xsl\ xsltproc:textproc/libxslt LIB_DEPENDS= libboost_system.so:devel/boost-libs\ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ libportaudio.so:audio/portaudio \ diff --git a/deskutils/gnome-photos/Makefile b/deskutils/gnome-photos/Makefile index 3387e73191e1..71822e2c1218 100644 --- a/deskutils/gnome-photos/Makefile +++ b/deskutils/gnome-photos/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= libexempi.so:textproc/exempi \ libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib \ libgoa-1.0.so:net/gnome-online-accounts \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libgdata.so:devel/libgdata RUN_DEPENDS= geoclue>=0:net/geoclue diff --git a/devel/apitrace/Makefile b/devel/apitrace/Makefile index e8ccdfa7d4ff..a2f3883c35bc 100644 --- a/devel/apitrace/Makefile +++ b/devel/apitrace/Makefile @@ -11,7 +11,7 @@ COMMENT= Tools for tracing OpenGL and other graphics APIs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libpng16.so:graphics/png +LIB_DEPENDS= libpng.so:graphics/png USES= cmake:outsource compiler:c++11-lang pkgconfig python:2.7 shebangfix USE_GITHUB= yes diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index f233612bb4bc..91f7aabb3623 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libt1.so:devel/t1lib USES= gmake perl5 tar:bzip2 diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index 6377df2dfe45..7b18b0eabc2a 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libgcrypt.so:security/libgcrypt \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libspectrum.so:emulators/libspectrum USES= gettext iconv jpeg pkgconfig diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index 21c445457337..ffe28e0de2af 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE_LGPL21+= ${WRKSRC}/src/third-party/blip_buf/license.txt LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= cmake:outsource compiler:c++11-lang localbase:ldflags pkgconfig sqlite:3 diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 0cbd17fcf815..cd7e59760df4 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libvpx.so:multimedia/libvpx \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= gmake pkgconfig tar:xz USE_GL= gl glu diff --git a/games/tome4/Makefile b/games/tome4/Makefile index 515cd04e6c0e..a7db1ffc871a 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= premake4:devel/premake4 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ - libpng16.so:graphics/png + libpng.so:graphics/png DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ "${PORTNAME}" "Game;RolePlaying;" "" diff --git a/graphics/argyllcms/Makefile b/graphics/argyllcms/Makefile index c9668b1c99f1..240f9c2f8ab0 100644 --- a/graphics/argyllcms/Makefile +++ b/graphics/argyllcms/Makefile @@ -15,7 +15,7 @@ LICENSE= AGPLv3 BUILD_DEPENDS= jam:devel/jam LIB_DEPENDS= libtiff.so:graphics/tiff \ - libpng16.so:graphics/png + libpng.so:graphics/png WRKSRC= ${WRKDIR}/Argyll_V${PORTVERSION} diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 7a011a552e8c..e393c5b74c77 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libjson-glib-1.0.so:devel/json-glib \ liblcms2.so:graphics/lcms2 \ liblensfun.so:graphics/lensfun \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libpugixml.so:textproc/pugixml \ libsoup-2.4.so:devel/libsoup \ libtiff.so:graphics/tiff diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 9227f7903044..7efec1656473 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libImlib2.so:graphics/imlib2 \ - libpng16.so:graphics/png + libpng.so:graphics/png USE_XORG= x11 xt xinerama USES= cpe desktop-file-utils gmake perl5 shebangfix tar:bzip2 diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 3448d59267ca..8b7e9e38628c 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libSDL_image.so:graphics/sdl_image \ libfreetype.so:print/freetype2 \ libpcre.so:devel/pcre \ libboost_filesystem.so:devel/boost-libs \ - libpng16.so:graphics/png + libpng.so:graphics/png RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm GNU_CONFIGURE= yes diff --git a/graphics/goxel/Makefile b/graphics/goxel/Makefile index 3aa349dd547d..fa3af01874b6 100644 --- a/graphics/goxel/Makefile +++ b/graphics/goxel/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libargp.so:devel/argp-standalone \ libglfw.so:graphics/glfw \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= compiler:c++11-lang pkgconfig scons USE_GITHUB= yes diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 6c5bc23a0413..5ef78c7d6c25 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \ libgstreamer-1.0.so:multimedia/gstreamer1 \ liblcms2.so:graphics/lcms2 \ liboauth.so:net/liboauth \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libsoup-2.4.so:devel/libsoup \ libtiff.so:graphics/tiff RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 146f23f51680..8ad01f9a9b15 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -14,7 +14,7 @@ COMMENT= Extensible vector graphics editor with LaTeX support LICENSE= GPLv3+ RUN_DEPENDS= xdg-open:devel/xdg-utils -LIB_DEPENDS= libpng16.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src diff --git a/graphics/libgxps/Makefile b/graphics/libgxps/Makefile index 5ebfb62404f9..10de81947d9c 100644 --- a/graphics/libgxps/Makefile +++ b/graphics/libgxps/Makefile @@ -12,7 +12,7 @@ COMMENT= GObject based library for rendering XPS documents LIB_DEPENDS= libfreetype.so:print/freetype2 \ libtiff.so:graphics/tiff \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ liblcms2.so:graphics/lcms2 USES= gettext gmake jpeg libtool libarchive localbase pathfix pkgconfig tar:xz diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile index fb3e698b86ec..4a6f8188a96c 100644 --- a/graphics/libpano13/Makefile +++ b/graphics/libpano13/Makefile @@ -13,7 +13,7 @@ COMMENT= Cross-platform library behind Panorama Tools and other photo stitchers LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng16.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff USE_GNOME= gtk20 glib20 pango atk diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 0f4b17adfa32..e9197adb4701 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libImath.so:graphics/ilmbase \ libIlmImf.so:graphics/OpenEXR \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libwebp.so:graphics/webp \ libhdf5.so:science/hdf5 diff --git a/graphics/pecl-qrencode/Makefile b/graphics/pecl-qrencode/Makefile index 79d4bf78f3a8..b5f16197360d 100644 --- a/graphics/pecl-qrencode/Makefile +++ b/graphics/pecl-qrencode/Makefile @@ -15,7 +15,7 @@ COMMENT= PECL extension for generate qrcode LICENSE= BSD2CLAUSE LIB_DEPENDS= libqrencode.so:graphics/libqrencode \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= php:ext USE_GITHUB= yes diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index cb0b058deff2..db5dbd20317a 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -21,7 +21,7 @@ USE_XORG+= x11 LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgd.so:graphics/gd \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} diff --git a/math/plplot/Makefile b/math/plplot/Makefile index b8e860fa1404..75de36b02b1c 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -50,7 +50,7 @@ FORTRAN_CMAKE_BOOL= ENABLE_f95 FORTRAN_CONFIGURE_ENV= CMAKE_Fortran_COMPILER="${FC}" GD_LIB_DEPENDS= libgd.so:graphics/gd \ - libpng16.so:graphics/png + libpng.so:graphics/png GD_USES= jpeg GD_CMAKE_BOOL= PLD_png diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 22251a9abc26..c3a211f64bfc 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libvisual-0.4.so:graphics/libvisual04 \ libopencv_calib3d.so:graphics/opencv \ libopencv_core.so:graphics/opencv-core \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libavcodec.so:multimedia/ffmpeg \ diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 3b4c80802577..ce516a1cceea 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libvpx.so:multimedia/libvpx \ libsodium.so:security/libsodium \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libopus.so:audio/opus \ libcurl.so:ftp/curl \ libv4l2.so:multimedia/libv4l \ diff --git a/net-mgmt/driftnet/Makefile b/net-mgmt/driftnet/Makefile index 31d6ddb611f9..f3510ada8451 100644 --- a/net-mgmt/driftnet/Makefile +++ b/net-mgmt/driftnet/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgif.so:graphics/giflib \ - libpng16.so:graphics/png + libpng.so:graphics/png BUILD_DEPENDS= makedepend:devel/makedepend GNU_CONFIGURE= yes diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile index 722abc4b843f..292a740f0b1d 100644 --- a/net-mgmt/nagios4/Makefile +++ b/net-mgmt/nagios4/Makefile @@ -16,7 +16,7 @@ COMMENT= Powerful network monitoring system LICENSE= GPLv2 LIB_DEPENDS= libltdl.so:devel/libltdl \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libgd.so:graphics/gd USES= cpe gmake jpeg perl5 diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 018681076ad9..bc4306147274 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -101,7 +101,7 @@ UPNP_LIB_DEPENDS= libupnp.so:devel/upnp UPNP_CONFIGURE_OFF= --disable-upnp WEBSERVER_CONFIGURE_ON= --enable-webserver -WEBSERVER_LIB_DEPENDS= libpng16.so:graphics/png +WEBSERVER_LIB_DEPENDS= libpng.so:graphics/png WXCAS_CONFIGURE_ON= --enable-wxcas diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 0a2f981325fd..00e8b68521eb 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libopus.so:audio/opus \ libsndfile.so:audio/libsndfile \ libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libjbig.so:graphics/jbigkit USES= gmake iconv jpeg libedit libtool lua perl5 pkgconfig shebangfix ssl tar:xz diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index d385e14fccdd..a28c7c640867 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -32,7 +32,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libcharls.so:devel/dcmtk \ libdcmjpls.so:devel/dcmtk \ libsqlite3.so:databases/sqlite3 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libgtest.so:devel/googletest \ libpugixml.so:textproc/pugixml diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 8547af1891fc..918a09cf1663 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ - libpng16.so:graphics/png + libpng.so:graphics/png GNU_CONFIGURE= yes USES= jpeg diff --git a/www/kf5-khtml/Makefile b/www/kf5-khtml/Makefile index 919743c0cbf5..10478a185fdf 100644 --- a/www/kf5-khtml/Makefile +++ b/www/kf5-khtml/Makefile @@ -8,7 +8,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KF5 KTHML rendering engine LIB_DEPENDS= libgif.so:graphics/giflib \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= cmake:outsource compiler:c++11-lib gettext gperf jpeg kde:5 \ tar:xz diff --git a/www/qt5-webkit/Makefile b/www/qt5-webkit/Makefile index 00de5b331139..16ab27999e23 100644 --- a/www/qt5-webkit/Makefile +++ b/www/qt5-webkit/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libgstbase-1.0.so:multimedia/gstreamer1 \ libhyphen.so:textproc/hyphen \ libicui18n.so:devel/icu \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libwebp.so:graphics/webp USES= bison cmake:outsource gperf jpeg pathfix perl5 pkgconfig \ diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index e28a09811863..5c1e64c57d23 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -17,7 +17,7 @@ COMMENT= Web server log file analysis program LICENSE= GPLv2 -LIB_DEPENDS+= libpng16.so:graphics/png +LIB_DEPENDS+= libpng.so:graphics/png GNU_CONFIGURE= yes DOCSDIR?= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 6a0450406ad5..1967edbd16d8 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libenchant.so:textproc/enchant \ libicutu.so:devel/icu \ libharfbuzz.so:print/harfbuzz \ libharfbuzz-icu.so:print/harfbuzz-icu \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libwebp.so:graphics/webp \ libcurl.so:ftp/curl \ libsoup-2.4.so:devel/libsoup \ diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index 52cf64ee0ef2..f87547c4af24 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= desktop-file-utils gmake localbase pathfix USE_XORG= x11 xft xrandr xrender diff --git a/x11-toolkits/gtkada3/Makefile b/x11-toolkits/gtkada3/Makefile index d5f2544ef228..8905bdb45802 100644 --- a/x11-toolkits/gtkada3/Makefile +++ b/x11-toolkits/gtkada3/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libdrm.so:graphics/libdrm \ libatk-bridge-2.0.so:accessibility/at-spi2-atk \ libepoxy.so:graphics/libepoxy \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libffi.so:devel/libffi \ libpcre.so:devel/pcre \ libexpat.so:textproc/expat2 \ diff --git a/x11-toolkits/ntk/Makefile b/x11-toolkits/ntk/Makefile index c696499d082f..6649c18e8047 100644 --- a/x11-toolkits/ntk/Makefile +++ b/x11-toolkits/ntk/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= jpeg localbase:ldflags pkgconfig waf USE_GITHUB= yes diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index 7c86b813291b..fe361eb697c0 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -21,7 +21,7 @@ USE_XORG= x11 xaw xbitmaps xext xft xt xmu xrender sm ice LIB_DEPENDS= libXp.so:x11/libXp \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png + libpng.so:graphics/png GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${PREFIX}/include diff --git a/x11/alttab/Makefile b/x11/alttab/Makefile index 55d50fb70176..f94a37de9cb3 100644 --- a/x11/alttab/Makefile +++ b/x11/alttab/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash -LIB_DEPENDS= libpng16.so:graphics/png +LIB_DEPENDS= libpng.so:graphics/png USES= pkgconfig USE_XORG= x11 xft xrender |