summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-08-23 08:15:00 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-08-23 08:15:00 +0000
commit1a75505228bcaccac52a31bf7d199faee2cf82f8 (patch)
treeb107a043935554509c4a900492c2729bc059501c /graphics
parentadd pipe beta-1.0 (diff)
Fix LIB_DEPENDS: libgphoto2.2 is in graphics/libgphoto2, not in
graphics/gphoto2 PR: ports/70841 Submitted by: Ying-Chieh Chen
Notes
Notes: svn path=/head/; revision=117105
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sane-backends/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 6659c1eda548..cb9def3d3229 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -49,7 +49,7 @@ PLIST_SUB+= NLS=""
.endif
.if defined(WITH_GPHOTO2)
-LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/gphoto2
+LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
PLIST_SUB+= GPHOTO2=""
.else
CONFIGURE_ARGS+= --with-gphoto2=no