Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:14:57 +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: r400805 - head/science/py-cdo
Message-ID:  <201511042014.tA4KEvxW064005@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:14:57 2015
New Revision: 400805
URL: https://svnweb.freebsd.org/changeset/ports/400805

Log:
  - Update RUN_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/science/py-cdo/Makefile

Modified: head/science/py-cdo/Makefile
==============================================================================
--- head/science/py-cdo/Makefile	Wed Nov  4 20:14:52 2015	(r400804)
+++ head/science/py-cdo/Makefile	Wed Nov  4 20:14:57 2015	(r400805)
@@ -12,7 +12,7 @@ COMMENT=	Python binding to CDO (Climate 
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	${LOCALBASE}/bin/cdo:${PORTSDIR}/science/cdo
+RUN_DEPENDS=	cdo:${PORTSDIR}/science/cdo
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils



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