Fix conversion to new options framework
Reported by: John Marino Approved by: portmgr (implicit) With hat: portmgr
This commit is contained in:
parent
7f4822d46a
commit
436e577d80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315719
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ CONFIGURE_ARGS+= --with-png-includes=${LOCALBASE}/include \
|
|||
CONFIGURE_ARGS+= --without-png-library
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSVG) && !defined(WITHOUT_SVG}
|
||||
.if ${PORT_OPTIONS:MSVG}
|
||||
USE_GNOME+= librsvg2
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-rsvg
|
||||
|
@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --disable-bidi
|
|||
|
||||
PLIST_SUB+= FVWM_VERSION="${PORTVERSION}"
|
||||
|
||||
.if ${PORT_OPTIONS:MIMLIB) && !defined(WITHOUT_GTK}
|
||||
.if ${PORT_OPTIONS:MIMLIB} && !defined(WITHOUT_GTK)
|
||||
USE_GNOME+= imlib
|
||||
CONFIGURE_ARGS+= --enable-gtktest --enable-imlibtest
|
||||
PLIST_SUB+= GTK=""
|
||||
|
|
Loading…
Reference in a new issue