1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Cosmetic change

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-03 20:05:17 +00:00
parent 06165a237f
commit 23f93d6d1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560098

View File

@ -17,23 +17,24 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgsf-1.so:devel/libgsf
OPTIONS_DEFINE= DOCS PST2DII
OPTIONS_SUB= yes
PST2DII_DESC= Allow Summation Document Image Information output
USES= gmake iconv libtool pathfix pkgconfig
CONFIGURE_ARGS= --disable-python --enable-libpst-shared
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= gmake iconv libtool pathfix pkgconfig
PORTDOCS= *
OPTIONS_DEFINE= DOCS PST2DII
OPTIONS_SUB= yes
PST2DII_DESC= Allow Summation Document Image Information output
PST2DII_BUILD_DEPENDS= convert:graphics/ImageMagick6
PST2DII_CONFIGURE_ENABLE= dii
PST2DII_USES= localbase
PST2DII_LIB_DEPENDS= libgd.so:graphics/gd
PST2DII_RUN_DEPENDS= convert:graphics/ImageMagick6
PST2DII_USES= localbase
post-patch:
@${GREP} -lr malloc.h ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g'