svn commit: r515701 - head/mail/libpst

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 26 14:31:01 UTC 2019


Author: sunpoet
Date: Sat Oct 26 14:30:59 2019
New Revision: 515701
URL: https://svnweb.freebsd.org/changeset/ports/515701

Log:
  Fix build of pst2dii
  
  PR:		241501
  Reported by:	<tech-lists at zyxst.net>

Modified:
  head/mail/libpst/Makefile

Modified: head/mail/libpst/Makefile
==============================================================================
--- head/mail/libpst/Makefile	Sat Oct 26 14:30:55 2019	(r515700)
+++ head/mail/libpst/Makefile	Sat Oct 26 14:30:59 2019	(r515701)
@@ -29,8 +29,8 @@ USES=		gmake iconv libtool pathfix pkgconfig
 PORTDOCS=	*
 
 PST2DII_BUILD_DEPENDS=	convert:graphics/ImageMagick6
-PST2DII_CONFIGURE_OFF=	--enable-dii=no
-PST2DII_CONFIGURE_ON=	--enable-dii=yes
+PST2DII_CONFIGURE_ENABLE=	dii
+PST2DII_USES=		localbase
 PST2DII_LIB_DEPENDS=	libgd.so:graphics/gd
 PST2DII_RUN_DEPENDS=	convert:graphics/ImageMagick6
 


More information about the svn-ports-head mailing list