mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Fix inverted OPTION logic [1], while here replace gnomehack with USES=pathfix.
Submitted by: Jonathan Chen <jonc@chen.org.nz>
This commit is contained in:
parent
d56c334b31
commit
6f4552c537
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313859
@ -18,7 +18,8 @@ LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit \
|
||||
lcms2:${PORTSDIR}/graphics/lcms2
|
||||
|
||||
USE_XZ= yes
|
||||
USE_GNOME= gnomehier gnomehack glib20 intlhack
|
||||
USE_GNOME= gnomehier glib20 intlhack
|
||||
USES= pathfix
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_SQLITE= yes
|
||||
@ -36,10 +37,10 @@ OPTIONS_DEFINE= SANE MANPAGES
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSANE}
|
||||
CONFIGURE_ARGS+=--disable-sane
|
||||
.else
|
||||
CONFGIURE_ARGS+=--enable-sane=yes
|
||||
LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends
|
||||
LIB_DEPENDS+= sane:${PORTSDIR}/graphics/sane-backends
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-sane
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMANPAGES}
|
||||
|
Loading…
Reference in New Issue
Block a user