diff options
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 87fe6702564..cedd4a6c121 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.10 2002/02/10 00:50:41 rh Exp $ +# $NetBSD: Makefile,v 1.11 2002/09/22 22:01:12 wiz Exp $ .include "Makefile.common" DISTNAME= sane-backends-${SANE_VERSION} -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -.include "../../devel/libusb/buildlink.mk" -.include "../../graphics/jpeg/buildlink.mk" +.include "../../devel/libusb/buildlink2.mk" +.include "../../graphics/jpeg/buildlink2.mk" .include "../../mk/bsd.pkg.mk" # -O to work around a bug with -O2 and egcs. |