summaryrefslogtreecommitdiff
path: root/graphics/sane
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-02-19 14:31:44 +0000
committerrh <rh@pkgsrc.org>1999-02-19 14:31:44 +0000
commit2ceb79ff28a23d8a4777da2391342580b05e5720 (patch)
treea3574b0d4b9bdf38f3333f3e652ad2bb164ef5eb /graphics/sane
parent8c3733d651c2512ed0f58d9dbc817152c57d28c8 (diff)
downloadpkgsrc-2ceb79ff28a23d8a4777da2391342580b05e5720.tar.gz
Adapt to new gtk10 package
Remove deprecated CONFLICTS with prior versions of same package Add mirror sites
Diffstat (limited to 'graphics/sane')
-rw-r--r--graphics/sane/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile
index 891bbe0866c..c8853b9d1f4 100644
--- a/graphics/sane/Makefile
+++ b/graphics/sane/Makefile
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.10 1999/01/30 23:18:51 agc Exp $
+# $NetBSD: Makefile,v 1.11 1999/02/19 14:31:44 rh Exp $
# FreeBSD Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp
#
DISTNAME= sane-1.00
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.mostang.com/pub/sane/
+MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \
+ ftp://gd.tuwien.ac.at/hci/sane/ \
+ ftp://ftp.u-aizu.ac.jp/pub/misc/device/scsi/scanner/sane/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.mostang.com/sane/
-DEPENDS+= gtk+-1.0.6:../../x11/gtk10
+DEPENDS+= gtk10-1.0.6:../../x11/gtk10
DEPENDS+= gimp-1.0.2:../../graphics/gimp
-CONFLICTS+= sane-0.72 sane-0.74
-
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11BASE= yes
+CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk10-config"
# -O to workaorund bug with -O2 and egcs.
CFLAGS= -O -I${LOCALBASE}/include