diff options
author | rh <rh> | 1999-02-19 14:31:44 +0000 |
---|---|---|
committer | rh <rh> | 1999-02-19 14:31:44 +0000 |
commit | b16620aba1b3651b49663cf8e256bb992a6366c2 (patch) | |
tree | a3574b0d4b9bdf38f3333f3e652ad2bb164ef5eb | |
parent | 004f19e1caaa646083636ec92eda5664eefd1abf (diff) | |
download | pkgsrc-b16620aba1b3651b49663cf8e256bb992a6366c2.tar.gz |
Adapt to new gtk10 package
Remove deprecated CONFLICTS with prior versions of same package
Add mirror sites
-rw-r--r-- | graphics/sane/Makefile | 11 |
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 |