diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 20 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 17 |
2 files changed, 19 insertions, 18 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index f96ffa253dbc..7ac22ae6446d 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -18,13 +18,13 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Graphics utilities for the KDE3 integrated X11 desktop BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base -LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - freetype:${PORTSDIR}/print/freetype2 \ - fribidi:${PORTSDIR}/converters/fribidi \ - lcms:${PORTSDIR}/graphics/lcms \ - paper:${PORTSDIR}/print/libpaper \ - poppler-qt:${PORTSDIR}/graphics/poppler-qt +LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ + fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ + freetype.9:${PORTSDIR}/print/freetype2 \ + fribidi.0:${PORTSDIR}/converters/fribidi \ + lcms.1:${PORTSDIR}/graphics/lcms \ + paper.2:${PORTSDIR}/print/libpaper \ + poppler-qt.2:${PORTSDIR}/graphics/poppler-qt CONFLICTS= kolourpaint-[0-9]* @@ -33,13 +33,13 @@ PREFIX= ${KDE_PREFIX} USE_GL= glut USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes WANT_GNOME= yes USE_GHOSTSCRIPT=yes +MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 DO_NOT_COMPILE+=kooka kuickshow libkscan OPTIONS= IMLIB "Build Kuickshow, a fast and versatile image viewer" off \ diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 205c630157a1..46d56102962f 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,18 +16,18 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Graphics utilities for the KDE4 integrated X11 desktop BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base -LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - freetype:${PORTSDIR}/print/freetype2 \ - fribidi:${PORTSDIR}/converters/fribidi \ - lcms:${PORTSDIR}/graphics/lcms \ - paper:${PORTSDIR}/print/libpaper \ - poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ +LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ + fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ + freetype.9:${PORTSDIR}/print/freetype2 \ + fribidi.0:${PORTSDIR}/converters/fribidi \ + lcms.1:${PORTSDIR}/graphics/lcms \ + paper.2:${PORTSDIR}/print/libpaper \ + poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 \ exiv2.7:${PORTSDIR}/graphics/exiv2 \ chm.0:${PORTSDIR}/misc/chmlib \ sane.1:${PORTSDIR}/graphics/sane-backends \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ - djvulibre:${PORTSDIR}/graphics/djvulibre-nox11 \ + djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11 \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ spectre.1:${PORTSDIR}/print/libspectre \ qca.2:${PORTSDIR}/devel/qca \ |