diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 148314483d3098c0d6a33944f1190842e671502f (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/digikam-kde4 | |
parent | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff) | |
download | freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'graphics/digikam-kde4')
-rw-r--r-- | graphics/digikam-kde4/Makefile | 30 | ||||
-rw-r--r-- | graphics/digikam-kde4/Makefile.common | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index c76a754eefa8..3b3fc5cbcf97 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -12,17 +12,17 @@ COMMENT= KDE4 digital photo management application .include "${.CURDIR}/Makefile.common" -BUILD_DEPENDS= ${LOCALBASE}/include/eigen3/Eigen/Eigen:${PORTSDIR}/math/eigen3 -LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ - liblcms.so:${PORTSDIR}/graphics/lcms \ - libpng.so:${PORTSDIR}/graphics/png \ - libjasper.so:${PORTSDIR}/graphics/jasper \ - liblensfun.so:${PORTSDIR}/graphics/lensfun \ - liblqr-1.so:${PORTSDIR}/graphics/liblqr-1 \ - libkface.so:${PORTSDIR}/graphics/libkface \ - libpgf.so:${PORTSDIR}/graphics/libpgf \ - libkgeomap.so:${PORTSDIR}/astro/libkgeomap \ - libboost_graph.so:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/eigen3/Eigen/Eigen:math/eigen3 +LIB_DEPENDS= libtiff.so:graphics/tiff \ + liblcms.so:graphics/lcms \ + libpng.so:graphics/png \ + libjasper.so:graphics/jasper \ + liblensfun.so:graphics/lensfun \ + liblqr-1.so:graphics/liblqr-1 \ + libkface.so:graphics/libkface \ + libpgf.so:graphics/libpgf \ + libkgeomap.so:astro/libkgeomap \ + libboost_graph.so:devel/boost-libs USES+= pkgconfig shebangfix USE_KDE4+= libkdcraw libkexiv2 libkipi @@ -38,12 +38,12 @@ OPTIONS_DEFAULT= GPHOTO2 PIMLIBS NO_OPTIONS_SORT= yes OPTIONS_SUB= yes # MYSQL -DOCS_RUN_DEPENDS= digikam-doc>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-doc +DOCS_RUN_DEPENDS= digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc -NLS_RUN_DEPENDS= digikam-l10n>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-l10n +NLS_RUN_DEPENDS= digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n GPHOTO2_DESC= Gphoto2 camera support -GPHOTO2_LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 +GPHOTO2_LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 GPHOTO2_CMAKE_OFF= -DWITH_Gphoto2:BOOL=OFF PIMLIBS_DESC= Address book support @@ -52,7 +52,7 @@ PIMLIBS_CMAKE_ON= -DENABLE_KDEPIMLIBSSUPPORT:BOOL=ON PIMLIBS_CMAKE_OFF= -DENABLE_KDEPIMLIBSSUPPORT:BOOL=OFF MYSQL_USE= MYSQL=server QT4=sql-mysql_run -MYSQL_BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqld.a:${PORTSDIR}/${_MYSQL_SERVER} +MYSQL_BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqld.a:${_MYSQL_SERVER} MYSQL_CMAKE_ON= -DMYSQLD_PATH:PATH=${LOCALBASE}/libexec \ -DMYSQL_TOOLS_PATH:PATH=${LOCALBASE}/bin MYSQL_CMAKE_OFF= -DENABLE_INTERNALMYSQL:BOOL=OFF diff --git a/graphics/digikam-kde4/Makefile.common b/graphics/digikam-kde4/Makefile.common index 8bcc9befe8ac..50db7bbddd5b 100644 --- a/graphics/digikam-kde4/Makefile.common +++ b/graphics/digikam-kde4/Makefile.common @@ -137,7 +137,7 @@ USES+= pkgconfig .if ${KIPI_PLUGIN} != "libkipiplugins" EXTRA_PATCHES= ${.CURDIR}/../../graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt -LIB_DEPENDS+= libkipiplugins.so:${PORTSDIR}/graphics/libkipiplugins +LIB_DEPENDS+= libkipiplugins.so:graphics/libkipiplugins .endif EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions ${DISTNAME}/extra/kipi-plugins |