mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- remove non default librsvg1 option because librsvg1 has expired
This commit is contained in:
parent
b3687de376
commit
d7707c3015
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285370
@ -27,7 +27,6 @@ OPTIONS= SPLASH "Show splash on startup" on \
|
||||
NLS "Build with gettext support" on \
|
||||
LIBMNG "Build with libmng support" on \
|
||||
LIBWMF "Build with libwmf support" on \
|
||||
LIBRSVG "Build with librsvg support" off \
|
||||
LIBRSVG2 "Build with librsvg-2 support" on \
|
||||
LIBEXIF "Build with libexif support" on \
|
||||
MPLAYER "Build with Mplayer support" on \
|
||||
@ -75,15 +74,8 @@ CONFIGURE_ARGS+= --without-libwmf
|
||||
PLIST_SUB+= WITH_LIBWMF="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LIBRSVG)
|
||||
LIB_DEPENDS+= rsvg.1:${PORTSDIR}/graphics/librsvg
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_LIBRSVG2) && !defined(WITH_LIBRSVG)
|
||||
.if !defined(WITHOUT_LIBRSVG2)
|
||||
LIB_DEPENDS+= rsvg-2.2:${PORTSDIR}/graphics/librsvg2
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LIBRSVG) || !defined(WITHOUT_LIBRSVG2)
|
||||
PLIST_SUB+= WITH_LIBRSVG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-librsvg
|
||||
|
Loading…
Reference in New Issue
Block a user