From 8a0a033b7b9563ebdc065036fe31ffa072eac862 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Oct 2019 14:30:59 +0000 Subject: [PATCH] Fix build of pst2dii PR: 241501 Reported by: --- mail/libpst/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index d9fa4237542f..55f07ae6b3bc 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -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