diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 6d9d53de2b90787463359858181f9834006df53e (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /science/py-cdo | |
parent | 62db3fa63ab35a5866c4d2878dd50ff319f03aeb (diff) | |
download | FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.zip FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'science/py-cdo')
-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 94dfecb..17faf14 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= cdo:${PORTSDIR}/science/cdo +RUN_DEPENDS= cdo:science/cdo NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils |