aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-05 20:02:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-05 20:02:34 +0000
commitf05ef254855f0cb42d36c5029540f165599dd95d (patch)
tree189b501d8ccb8e47faa9267cea079d243f56dfdd /graphics
parent8fc7e408f02718b5af41d01a9983b49887ee0d2e (diff)
downloadports-f05ef254855f0cb42d36c5029540f165599dd95d.tar.gz
ports-f05ef254855f0cb42d36c5029540f165599dd95d.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdal/Makefile2
-rw-r--r--graphics/ufraw/Makefile11
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index b724f084d179..9dddc59963c3 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gdal
PORTVERSION= 1.10.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile
index 3e69c751207b..14c20ddb0235 100644
--- a/graphics/ufraw/Makefile
+++ b/graphics/ufraw/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ufraw
PORTVERSION= 0.19.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -47,25 +48,25 @@ CONFIGURE_ARGS+= --enable-dst-correction
.endif
.if ${PORT_OPTIONS:MEXIV2}
-LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2
+LIB_DEPENDS+= libexiv2.so:${PORTSDIR}/graphics/exiv2
.else
PC_FALSE+= exiv2
.endif
.if ${PORT_OPTIONS:MLENSFUN}
-LIB_DEPENDS+= lensfun:${PORTSDIR}/graphics/lensfun
+LIB_DEPENDS+= liblensfun.so:${PORTSDIR}/graphics/lensfun
.else
PC_FALSE+= lensfun
.endif
.if ${PORT_OPTIONS:MFITS}
-LIB_DEPENDS+= cfitsio:${PORTSDIR}/astro/cfitsio
+LIB_DEPENDS+= libcfitsio.so:${PORTSDIR}/astro/cfitsio
.else
PC_FALSE+= cfitsio
.endif
.if ${PORT_OPTIONS:MGIMP}
-LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app
+LIB_DEPENDS+= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app
PLIST_SUB+= GIMP=""
.else
CONFIGURE_ARGS+=--without-gimp
@@ -74,7 +75,7 @@ PLIST_SUB+= GIMP="@comment "
.endif
.if ${PORT_OPTIONS:MGTK2}
-LIB_DEPENDS+= gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview
+LIB_DEPENDS+= libgtkimageview.so:${PORTSDIR}/x11-toolkits/gtkimageview
PLIST_SUB+= MGTK2=""
.else
PLIST_SUB+= MGTK2="@comment "