diff options
author | pav <pav@FreeBSD.org> | 2010-04-01 04:35:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-04-01 04:35:37 +0800 |
commit | 0b79dbf03246ca7984b456817ab51323b091a927 (patch) | |
tree | ed4555c463b64595134b18b358e003c683cb5a10 /graphics | |
parent | f699f35e09ccd85097796bd66dccf739c4a3bdd6 (diff) | |
download | freebsd-ports-gnome-0b79dbf03246ca7984b456817ab51323b091a927.tar.gz freebsd-ports-gnome-0b79dbf03246ca7984b456817ab51323b091a927.tar.zst freebsd-ports-gnome-0b79dbf03246ca7984b456817ab51323b091a927.zip |
- Really really fix gegl dependency
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 306c3dcca0c5..9171acc56059 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= danfe@FreeBSD.org COMMENT= A virtual lighttable and darkroom for photographers -LIB_DEPENDS= gegl-0.0.1.101:${PORTSDIR}/graphics/gegl \ +LIB_DEPENDS= gegl-0.1.101:${PORTSDIR}/graphics/gegl \ exiv2.7:${PORTSDIR}/graphics/exiv2 \ lensfun.0:${PORTSDIR}/graphics/lensfun \ lcms.1:${PORTSDIR}/graphics/lcms |