mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
update to 1.0.11
PR: 51513 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
0a9736342a
commit
a7c0eb2b71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79961
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= sane-frontends
|
||||
PORTVERSION= 1.0.10
|
||||
PORTVERSION= 1.0.11
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \
|
||||
ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \
|
||||
@ -18,7 +18,6 @@ COMMENT= Tools for access to scanners, digitals camera, frame grabbers etc
|
||||
|
||||
LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends
|
||||
|
||||
USE_GNOME= gtk12
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
@ -33,6 +32,14 @@ CONFIGURE_ARGS+= --enable-gimp
|
||||
CONFIGURE_ARGS+= --disable-gimp
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
.undef WITH_GIMP
|
||||
USE_GNOME= gtk20
|
||||
.else
|
||||
USE_GNOME= gtk12
|
||||
CONFIGURE_ARGS= --disable-gtk2
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_GIMP)
|
||||
@${ECHO_MSG} "*** Note: xscanimage can be built with a standalone"
|
||||
|
@ -1 +1 @@
|
||||
MD5 (sane-frontends-1.0.10.tar.gz) = a7de89c3e67495e8a38ca63b2ff693c4
|
||||
MD5 (sane-frontends-1.0.11.tar.gz) = 59b143e12c926726db16983d288aa1a1
|
||||
|
Loading…
Reference in New Issue
Block a user