diff options
author | makc <makc@FreeBSD.org> | 2014-01-22 02:17:23 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-01-22 02:17:23 +0800 |
commit | 70a8558a344fac0e360dddff8d9ee574178a6a21 (patch) | |
tree | 64a23fadcace1d56da3256ae21d9dfdfab949b9f /graphics/kipi-plugin-debianscreenshots/Makefile | |
parent | d37a4a5af746ca53b90e13cd5b3712da937ba777 (diff) | |
download | freebsd-ports-gnome-70a8558a344fac0e360dddff8d9ee574178a6a21.tar.gz freebsd-ports-gnome-70a8558a344fac0e360dddff8d9ee574178a6a21.tar.zst freebsd-ports-gnome-70a8558a344fac0e360dddff8d9ee574178a6a21.zip |
- Update to digiKam and Kipi Plugins ports to 3.5.0
- Add new kipi-plugin port for jalbumexport
- Remove useless LATEST_LINK
- Bring stage support
- Convert to options helpers, new style LIB_DEPENDS
- Add patch to fix linking with libpgf [1]
PR: ports/184942 [1]
Reported by: Mike Clarke <jmc-freebsd2 at milibyte.co.uk>
Diffstat (limited to 'graphics/kipi-plugin-debianscreenshots/Makefile')
-rw-r--r-- | graphics/kipi-plugin-debianscreenshots/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/kipi-plugin-debianscreenshots/Makefile b/graphics/kipi-plugin-debianscreenshots/Makefile index 6f00c6468ebb..208bd70119a2 100644 --- a/graphics/kipi-plugin-debianscreenshots/Makefile +++ b/graphics/kipi-plugin-debianscreenshots/Makefile @@ -7,9 +7,8 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} -LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson +LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson KIPI_PLUGIN= debianscreenshots -NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> |