diff options
author | markus <markus@FreeBSD.org> | 2006-05-31 06:46:18 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2006-05-31 06:46:18 +0800 |
commit | e73cd051728282fe97e7d2ff8f407eeae9fd9bce (patch) | |
tree | 576d1ea8af9ec546cf679128fcfdf3ba3a5d03d1 /graphics/kphotoalbum | |
parent | 786121fc3f8eac78b35b80d1088132837079be54 (diff) | |
download | freebsd-ports-gnome-e73cd051728282fe97e7d2ff8f407eeae9fd9bce.tar.gz freebsd-ports-gnome-e73cd051728282fe97e7d2ff8f407eeae9fd9bce.tar.zst freebsd-ports-gnome-e73cd051728282fe97e7d2ff8f407eeae9fd9bce.zip |
- Change the graphics/exiv2 dependency to use LIB_DEPENDS, now that the
libexiv2 library name has been fixed
- Bump PORTREVISION
PR: ports/96855
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Diffstat (limited to 'graphics/kphotoalbum')
-rw-r--r-- | graphics/kphotoalbum/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile index e256af812640..21511ab345e5 100644 --- a/graphics/kphotoalbum/Makefile +++ b/graphics/kphotoalbum/Makefile @@ -6,16 +6,15 @@ PORTNAME= kphotoalbum PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= http://www.kphotoalbum.org/download/ MAINTAINER= markus@FreeBSD.org COMMENT= Image database for KDE -LIB_DEPENDS= kipi.1:${PORTSDIR}/graphics/libkipi - -RUN_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 -BUILD_DEPENDS= ${RUN_DEPENDS} +LIB_DEPENDS= kipi.1:${PORTSDIR}/graphics/libkipi \ + exiv2.0:${PORTSDIR}/graphics/exiv2 USE_KDELIBS_VER= 3 USE_BZIP2= yes |