summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2001-10-16 16:39:07 +0000
committertron <tron>2001-10-16 16:39:07 +0000
commita03f906604a0dfdc1c65861c1489b96f5eaad137 (patch)
tree8984005e3e17b2e7e54ca9c6068cdd04ae2ba84d
parentfd33a4f67da147f696f6f9a48561fbb2c0d5876a (diff)
downloadpkgsrc-a03f906604a0dfdc1c65861c1489b96f5eaad137.tar.gz
Include buildlink glue code for "libusb" to fix build problems.
-rw-r--r--graphics/sane-backends/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index ba6bda75ee3..9396db3e731 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/10/16 13:17:04 tron Exp $
+# $NetBSD: Makefile,v 1.8 2001/10/16 16:39:07 tron Exp $
DISTNAME= sane-backends-1.0.5
CATEGORIES= graphics
@@ -24,4 +24,5 @@ CPPFLAGS+= -I${PREFIX}/include
# -O to work around a bug with -O2 and egcs.
CFLAGS= -O -I${LOCALBASE}/include
+.include "../../devel/libusb/buildlink.mk"
.include "../../mk/bsd.pkg.mk"