aboutsummaryrefslogtreecommitdiff
path: root/graphics/ufraw/Makefile
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/ufraw/Makefile
parent8fc7e408f02718b5af41d01a9983b49887ee0d2e (diff)
downloadports-f05ef254855f0cb42d36c5029540f165599dd95d.tar.gz
ports-f05ef254855f0cb42d36c5029540f165599dd95d.zip
Notes
Diffstat (limited to 'graphics/ufraw/Makefile')
-rw-r--r--graphics/ufraw/Makefile11
1 files changed, 6 insertions, 5 deletions
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 "