summaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-17 18:55:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-17 18:55:05 +0000
commitf3cd8641128e1c945400b7466726001908970973 (patch)
tree537c3817136114f6745ec4159864cfc39905c757 /graphics/gimp
parent- Makefile cleanup (diff)
- Fix WITHOUT_MNG knob: libmng would indirectly add lcms dependency, which
is needed for color management components in GIMP PR: ports/81152 Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de>
Notes
Notes: svn path=/head/; revision=135511
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index bd4723c8ae93..39ad930e920d 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -76,6 +76,7 @@ LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
.endif
.if defined(WITHOUT_MNG)
+LIB_DEPENDS+= lcms.1:${PORTSDIR}/graphics/lcms
CONFIGURE_ARGS+= --without-libmng
PLIST_SUB+= MNG="@comment "
.else