diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 62db3fa63ab35a5866c4d2878dd50ff319f03aeb (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /math/py-pycosat | |
parent | e7be74e86b4aed494a5f9633e9661918a14a0e04 (diff) | |
download | FreeBSD-ports-62db3fa63ab35a5866c4d2878dd50ff319f03aeb.zip FreeBSD-ports-62db3fa63ab35a5866c4d2878dd50ff319f03aeb.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'math/py-pycosat')
-rw-r--r-- | math/py-pycosat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pycosat/Makefile b/math/py-pycosat/Makefile index 2ff4834..e1ff810 100644 --- a/math/py-pycosat/Makefile +++ b/math/py-pycosat/Makefile @@ -13,7 +13,7 @@ COMMENT= Bindings to PicoSAT (a SAT solver) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libpicosat.so:${PORTSDIR}/math/picosat +LIB_DEPENDS= libpicosat.so:math/picosat USES= python USE_PYTHON= autoplist distutils |