Date: Mon, 23 Aug 2004 12:30:13 +0800 (CST) From: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70841: [UPDATE] fix LIB_DEPENDS of ports/graphics/sane-backends Message-ID: <200408230430.i7N4UDe8039269@alumni.csie.nctu.edu.tw> Resent-Message-ID: <200408230440.i7N4ePKT070772@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70841 >Category: ports >Synopsis: [UPDATE] fix LIB_DEPENDS of ports/graphics/sane-backends >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 23 04:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.10-STABLE i386 >Organization: NCTU CSIE >Environment: System: FreeBSD alumni 4.10-STABLE FreeBSD 4.10-STABLE #25: Fri Jul 2 07:46:15 CST 2004 wcpan@ccduty:/bsdhome/bsd4/obj/bsdhome/bsd4/src/sys/CSIEBSD i386 >Description: sane-backends depends on gphoto2.2, which is in libgphoto2, not in gphoto2. >How-To-Repeat: Apply the patch. >Fix: --- sane-backends.patch begins here --- diff -ruN /usr/ports/graphics/sane-backends/Makefile sane-backends/Makefile --- /usr/ports/graphics/sane-backends/Makefile Sun Aug 22 20:39:57 2004 +++ sane-backends/Makefile Mon Aug 23 11:13:01 2004 @@ -49,7 +49,7 @@ .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 --- sane-backends.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408230430.i7N4UDe8039269>