diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:57 +0800 |
commit | 6b013fcfd8648484fa4bb4c248715fb8d242852e (patch) | |
tree | 661d0cca6fc0f9438429777bb52f0885d62fd593 /science | |
parent | 9bc5fe0306c8657451af4a30401bbd783dd88603 (diff) | |
download | freebsd-ports-graphics-6b013fcfd8648484fa4bb4c248715fb8d242852e.tar.gz freebsd-ports-graphics-6b013fcfd8648484fa4bb4c248715fb8d242852e.tar.zst freebsd-ports-graphics-6b013fcfd8648484fa4bb4c248715fb8d242852e.zip |
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
Diffstat (limited to 'science')
-rw-r--r-- | science/py-cdo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-cdo/Makefile b/science/py-cdo/Makefile index c1c452cdd46..0bc202abb18 100644 --- a/science/py-cdo/Makefile +++ b/science/py-cdo/Makefile @@ -12,7 +12,7 @@ COMMENT= Python binding to CDO (Climate Data Operators) LICENSE= GPLv2 -RUN_DEPENDS= ${LOCALBASE}/bin/cdo:${PORTSDIR}/science/cdo +RUN_DEPENDS= cdo:${PORTSDIR}/science/cdo NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils |