summaryrefslogtreecommitdiff
path: root/graphics/sane-frontends
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-09-22 21:55:03 +0000
committerwiz <wiz@pkgsrc.org>2002-09-22 21:55:03 +0000
commite5da6a37f9e18e789a2e8b46f479a99411c838fa (patch)
tree74fef2891e0f38eefce8606a702b39eba3a8430d /graphics/sane-frontends
parentb0afb1c4bad935a76b32d7ab81e40305df2ec4ce (diff)
downloadpkgsrc-e5da6a37f9e18e789a2e8b46f479a99411c838fa.tar.gz
Convert to buildlink2.
Diffstat (limited to 'graphics/sane-frontends')
-rw-r--r--graphics/sane-frontends/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile
index 094f8822f06..22110881167 100644
--- a/graphics/sane-frontends/Makefile
+++ b/graphics/sane-frontends/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/08/19 19:18:31 mycroft Exp $
+# $NetBSD: Makefile,v 1.10 2002/09/22 21:56:28 wiz Exp $
.include "../../graphics/sane-backends/Makefile.common"
@@ -6,20 +6,18 @@ DISTNAME= sane-frontends-${SANE_VERSION}
COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc
-DEPENDS+= gimp>=1.0.4:../../graphics/gimp
BUILDLINK_DEPENDS.sane= sane-backends-${SANE_VERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_BUILDLINK2= yes
USE_X11BASE= yes
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
# -O to work around a bug with -O2 and egcs.
CFLAGS= -O
-# to find gimp includes
-CPPFLAGS= -I${LOCALBASE}/include
-.include "../../graphics/sane-backends/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
+.include "../../graphics/sane-backends/buildlink2.mk"
+.include "../../graphics/gimp-base/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"