Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:14:39 +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: r400801 - head/mail/libpst
Message-ID:  <201511042014.tA4KEdqo063591@repo.freebsd.org>

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



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