diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/amide/Makefile | 3 | ||||
-rw-r--r-- | graphics/gscan2pdf/Makefile | 1 | ||||
-rw-r--r-- | graphics/inkscape/Makefile | 3 | ||||
-rw-r--r-- | graphics/luminance/Makefile | 4 | ||||
-rw-r--r-- | graphics/nip2/Makefile | 2 | ||||
-rw-r--r-- | graphics/ocropus/Makefile | 4 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 4 |
7 files changed, 12 insertions, 9 deletions
diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index eda9ee284c36..fab3ecf1ee30 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -7,6 +7,7 @@ PORTNAME= amide PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -54,7 +55,7 @@ CONFIGUE_ARGS+= --disable-ffmpeg .endif .if !defined(WITHOUT_GSL) -LIB_DEPENDS+= gsl.15:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.16:${PORTSDIR}/math/gsl CONFIGUE_ARGS+= --enable-libgsl .else CONFIGUE_ARGS+= --disable-libgsl diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile index 0cd62dbe820a..db4fcba55d28 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -7,6 +7,7 @@ PORTNAME= gscan2pdf PORTVERSION= 0.9.32 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 9a7b813c01cd..7e9473d12d51 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,6 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.48.1 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/0.48.1 @@ -18,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/bo LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ gc.1:${PORTSDIR}/devel/boehm-gc \ - gsl.15:${PORTSDIR}/math/gsl \ + gsl.16:${PORTSDIR}/math/gsl \ gtkspell.0:${PORTSDIR}/textproc/gtkspell \ lcms.1:${PORTSDIR}/graphics/lcms \ wpg-0.1.1:${PORTSDIR}/graphics/libwpg01 \ diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index efeb23274342..395f48ec3fef 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -7,7 +7,7 @@ PORTNAME= luminance DISTVERSION= 2.0.1-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION:S/-1//}/ DISTNAME= ${PORTNAME}-v${DISTVERSION} @@ -21,7 +21,7 @@ LIB_DEPENDS= exiv2.10:${PORTSDIR}/graphics/exiv2 \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ tiff.4:${PORTSDIR}/graphics/tiff \ fftw3f.5:${PORTSDIR}/math/fftw3-float \ - gsl.15:${PORTSDIR}/math/gsl + gsl.16:${PORTSDIR}/math/gsl USE_QT_VER= 4 QT_COMPONENTS= gui xml webkit imageformats_run linguist_build \ diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index c36fd1fce617..d8828576439c 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -7,7 +7,7 @@ PORTNAME= nip2 PORTVERSION= 7.14.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index 7cc39f50d617..38f6e6ce7615 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocropus PORTVERSION= 0.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -18,7 +18,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ iulib.0:${PORTSDIR}/graphics/iulib \ - gsl.15:${PORTSDIR}/math/gsl + gsl.16:${PORTSDIR}/math/gsl WRKSRC= ${WRKDIR}/ocropus-0.4/ocropus diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index ac0683d28a52..53e390e55400 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,7 +7,7 @@ PORTNAME= qgis PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= http://qgis.org/downloads/ \ http://download.osgeo.org/qgis/src/ @@ -17,7 +17,7 @@ COMMENT= Geographical Information System (GIS) data viewer LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ proj:${PORTSDIR}/graphics/proj \ - gsl.15:${PORTSDIR}/math/gsl \ + gsl.16:${PORTSDIR}/math/gsl \ qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ gdal:${PORTSDIR}/graphics/gdal |