diff options
author | ade <ade@FreeBSD.org> | 2010-12-09 03:58:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-09 03:58:49 +0800 |
commit | 827c6381d11bd79a10cffc8155bc2913200b45da (patch) | |
tree | 055d5b4b4fa27cce7f391d5dad608380754ba127 /graphics/sane-epkowa | |
parent | 5229407736453559e6a3641ba620dee33f92c002 (diff) | |
download | freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.gz freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.zst freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.zip |
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Diffstat (limited to 'graphics/sane-epkowa')
-rw-r--r-- | graphics/sane-epkowa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index 32a267f60ecc..d474735305a7 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -60,12 +60,12 @@ WRKSRC=${WRKDIR}/iscan-${PORTVERSION} MAN5= sane-epkowa.5 # We use LIB_DEPENDS, but the dependency is also at build time -LIB_DEPENDS+= ltdl:${PORTSDIR}/devel/libltdl22 +LIB_DEPENDS+= ltdl:${PORTSDIR}/devel/libltdl LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb LIB_DEPENDS+= getline:${PORTSDIR}/devel/libgetline LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends -#BUILD_DEPENDS+= ${LOCALBASE}/lib/libltdl.so:${PORTSDIR}/devel/libltdl22 +#BUILD_DEPENDS+= ${LOCALBASE}/lib/libltdl.so:${PORTSDIR}/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 |