mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Update MASTER_SITES.
- Mark IGNORE on < 7 versions. Based on: ports/121884 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: araujo (mentor)
This commit is contained in:
parent
247fb3db22
commit
e64fd617ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212957
1 changed files with 5 additions and 1 deletions
|
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700042
|
||||
IGNORE= has a broken dependency
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GTK1)
|
||||
USE_GNOME+= gtk12
|
||||
CONFIGURE_ARGS+= --disable-gtk2
|
||||
|
|
Loading…
Add table
Reference in a new issue