- Add dependency on libwpg-0.2, configure script wants it (althought
it doesn't seem to be used) - Fix a typo - Disable Werror
This commit is contained in:
parent
7637130252
commit
de32df9231
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357510
1 changed files with 4 additions and 3 deletions
|
@ -12,12 +12,13 @@ COMMENT= Library providing ability to interpret and import Adobe/Macromedia draw
|
|||
LICENSE= LGPL21 MPL GPLv2
|
||||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
|
||||
LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \
|
||||
libwpg-0.2.so:${PORTSDIR}/graphics/libwpg
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool pathfix pkgconfig tar:xz
|
||||
USE_LDCOFNIG= yes
|
||||
CONFIGURE_ARGS= --without-docs
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --without-docs --disable-werror
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue