From e64fd617ff67e35ee768f6c07018c683eafbeb7b Mon Sep 17 00:00:00 2001 From: Felippe de Meirelles Motta Date: Mon, 12 May 2008 17:16:18 +0000 Subject: - Update MASTER_SITES. - Mark IGNORE on < 7 versions. Based on: ports/121884 Submitted by: Marcin Cieslak Approved by: araujo (mentor) --- graphics/sane-frontends/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 8680ed72a80b..195267950083 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -9,7 +9,7 @@ PORTNAME= sane-frontends PORTVERSION= 1.0.14 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://alioth.debian.org/download.php/1140/ \ +MASTER_SITES= http://alioth.debian.org/frs/download.php/1140/ \ ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \ ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \ @@ -35,6 +35,10 @@ OPTIONS= GTK1 "GTK1 support (Default is GTK2)" off \ .include +.if ${OSVERSION} < 700042 +IGNORE= has a broken dependency +.endif + .if defined(WITH_GTK1) USE_GNOME+= gtk12 CONFIGURE_ARGS+= --disable-gtk2 -- cgit v1.2.3