diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-22 22:01:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-22 22:01:12 +0000 |
commit | aa06df5fe7b313b4beee0023bfac0f3eab94f1df (patch) | |
tree | f4458a60a0309d4b8a099932e7fb086bf6925409 /graphics/sane-backends | |
parent | b7407baa37baa0237159158ee631c701814875e8 (diff) | |
download | pkgsrc-aa06df5fe7b313b4beee0023bfac0f3eab94f1df.tar.gz |
Convert to buildlink2.
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. |