Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2019 14:31:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515701 - head/mail/libpst
Message-ID:  <201910261431.x9QEV098044028@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910261431.x9QEV098044028>