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-kioexport | |
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-kioexport')
-rw-r--r-- | graphics/kipi-plugin-kioexport/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/kipi-plugin-kioexport/Makefile b/graphics/kipi-plugin-kioexport/Makefile index cf8975c8fefe..fdfd4262aaba 100644 --- a/graphics/kipi-plugin-kioexport/Makefile +++ b/graphics/kipi-plugin-kioexport/Makefile @@ -8,6 +8,5 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= kioexport -NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> |