diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-20 06:39:38 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-20 06:39:38 +0800 |
commit | 2e0e78e553b6372274880e1b2e58165ddd467c72 (patch) | |
tree | 9c330e51fad03b27e76ee228346d13fc1fafbc40 /graphics/digikam/Makefile | |
parent | 3a94cc90524a777144e2e9ce1412929ef1fbc540 (diff) | |
download | freebsd-ports-gnome-2e0e78e553b6372274880e1b2e58165ddd467c72.tar.gz freebsd-ports-gnome-2e0e78e553b6372274880e1b2e58165ddd467c72.tar.zst freebsd-ports-gnome-2e0e78e553b6372274880e1b2e58165ddd467c72.zip |
Bento reports that digikam is broken. Fix by depending on imlib.
PR: ports/63089
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Diffstat (limited to 'graphics/digikam/Makefile')
-rw-r--r-- | graphics/digikam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 740700625d74..062d0889e00c 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -15,7 +15,8 @@ MAINTAINER= avleeuwen@piwebs.com COMMENT= Photo album manager for KDE with gphoto2 backend LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 + gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ + Imlib.5:${PORTSDIR}/graphics/imlib USE_BZIP2= yes GNU_CONFIGURE= yes |