diff options
author | vs <vs@FreeBSD.org> | 2004-08-23 16:15:00 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-08-23 16:15:00 +0800 |
commit | 09d73c4111a238b544763ab6e6c410c30e81d95c (patch) | |
tree | 81a360ef438d23aa6490b99babfaf3e2987669ea /graphics/sane-backends | |
parent | e33352ecd8f2a223cd3b610eb4babc2e1980eca4 (diff) | |
download | freebsd-ports-gnome-09d73c4111a238b544763ab6e6c410c30e81d95c.tar.gz freebsd-ports-gnome-09d73c4111a238b544763ab6e6c410c30e81d95c.tar.zst freebsd-ports-gnome-09d73c4111a238b544763ab6e6c410c30e81d95c.zip |
Fix LIB_DEPENDS: libgphoto2.2 is in graphics/libgphoto2, not in
graphics/gphoto2
PR: ports/70841
Submitted by: Ying-Chieh Chen
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 2 |
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 |