diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/sane-epkowa | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'graphics/sane-epkowa')
-rw-r--r-- | graphics/sane-epkowa/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index 680575863f2d..9d0562e452d2 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -56,11 +56,11 @@ COMMENT= The sane-epkowa driver for FreeBSD WRKSRC=${WRKDIR}/iscan-${PORTVERSION} # We use LIB_DEPENDS, but the dependency is also at build time -LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl -LIB_DEPENDS+= libgetline.so:${PORTSDIR}/devel/libgetline -LIB_DEPENDS+= libsane.so:${PORTSDIR}/graphics/sane-backends +LIB_DEPENDS+= libltdl.so:devel/libltdl +LIB_DEPENDS+= libgetline.so:devel/libgetline +LIB_DEPENDS+= libsane.so:graphics/sane-backends -#BUILD_DEPENDS+= ${LOCALBASE}/lib/libltdl.so:${PORTSDIR}/devel/libltdl +#BUILD_DEPENDS+= ${LOCALBASE}/lib/libltdl.so:devel/libltdl # gtk libraries are used by the frontend, which we do not build, however # the configure script relies on that and fails if not present, so as |