1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix RSVG_CFLAGS

Reported by:	John W <jwdevel@gmail.com>
This commit is contained in:
Martin Matuska 2011-08-31 14:40:49 +00:00
parent 1da4338efa
commit 1e51913b60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280857

View File

@ -316,7 +316,7 @@ PLIST_SUB+= WMF="@comment "
USE_GNOME+= libxml2
LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2
CONFIGURE_ARGS+= --with-rsvg --with-xml
CONFIGURE_ENV+= RSVG_CFLAGS="-I${LOCALBASE}/include/librsvg-2" \
CONFIGURE_ENV+= RSVG_CFLAGS="-I${LOCALBASE}/include/librsvg-2.0" \
RSVG_LIBS="-L${LOCALBASE}/lib"
.else
CONFIGURE_ARGS+= --without-rsvg --without-xml