svn commit: r400801 - head/mail/libpst

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:14:40 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:14:39 2015
New Revision: 400801
URL: https://svnweb.freebsd.org/changeset/ports/400801

Log:
  - Update *_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/mail/libpst/Makefile

Modified: head/mail/libpst/Makefile
==============================================================================
--- head/mail/libpst/Makefile	Wed Nov  4 20:14:35 2015	(r400800)
+++ head/mail/libpst/Makefile	Wed Nov  4 20:14:39 2015	(r400801)
@@ -28,11 +28,11 @@ USES=		gmake iconv libtool pathfix pkgco
 
 PORTDOCS=	*
 
-PST2DII_BUILD_DEPENDS=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
+PST2DII_BUILD_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
 PST2DII_CONFIGURE_OFF=	--enable-dii=no
 PST2DII_CONFIGURE_ON=	--enable-dii=yes
 PST2DII_LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
-PST2DII_RUN_DEPENDS=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
+PST2DII_RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
 
 post-patch:
 	@${GREP} -lr malloc.h ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g'


More information about the svn-ports-all mailing list