diff options
author | wiz <wiz> | 2002-09-22 22:01:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-22 22:01:12 +0000 |
commit | b9d9ac71d5258fbe3842e1d5539f5d5e86419aad (patch) | |
tree | f4458a60a0309d4b8a099932e7fb086bf6925409 /graphics | |
parent | f0cd76a44d851e5df3c32179d49ff2321db5178b (diff) | |
download | pkgsrc-b9d9ac71d5258fbe3842e1d5539f5d5e86419aad.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'graphics')
-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. |