diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 14:35:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 14:35:53 +0000 |
commit | 6c3cf730f5200ee8faafe98e1a646d21f4bef421 (patch) | |
tree | 3a428d490afa9c335ec9ede546acd7a93c2c3abe /graphics | |
parent | ac083c9976fcd12d5e6be910691cabe6a36f2181 (diff) | |
download | ports-6c3cf730f5200ee8faafe98e1a646d21f4bef421.tar.gz ports-6c3cf730f5200ee8faafe98e1a646d21f4bef421.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exrtools/Makefile | 6 | ||||
-rw-r--r-- | graphics/grafx2/Makefile | 4 | ||||
-rw-r--r-- | graphics/iec16022/Makefile | 2 | ||||
-rw-r--r-- | graphics/jpegoptim/Makefile | 2 | ||||
-rw-r--r-- | graphics/telak/Makefile | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index f785bc483a59..e054b30df40a 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -13,9 +13,9 @@ COMMENT= Utilities for manipulating with HDR images in OpenEXR format LICENSE= GPLv2 -LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ - png15:${PORTSDIR}/graphics/png \ - jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ + libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes USES= pkgconfig gmake diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index 90d2ef05a692..b6ba738bace3 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -11,8 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pixelart-oriented bitmap painting program -LIB_DEPENDS= X11:${PORTSDIR}/x11/libX11 \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libX11.so:${PORTSDIR}/x11/libX11 \ + libpng15.so:${PORTSDIR}/graphics/png USES= gmake pkgconfig USE_SDL= sdl image diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index c474c88fd6a2..625467167bff 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -12,7 +12,7 @@ COMMENT= Create 2D barcodes, also known as DataMatrix LICENSE= GPLv2 -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/graphics/jpegoptim/Makefile b/graphics/jpegoptim/Makefile index f89219f0f314..5a9b62a8c6d6 100644 --- a/graphics/jpegoptim/Makefile +++ b/graphics/jpegoptim/Makefile @@ -13,7 +13,7 @@ COMMENT= Utility to optimize jpeg files LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index bb2be969692d..ca7deb3b7e57 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -13,8 +13,8 @@ COMMENT= Tool to draw pictures on your root window LICENSE= GPLv2 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt USES= gmake USE_EFL= imlib2 |