diff options
author | koobs <koobs@FreeBSD.org> | 2014-08-25 19:45:23 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-08-25 19:45:23 +0800 |
commit | 950a3aa9e52528f37bf649492bc98b1cf37acc09 (patch) | |
tree | 3ae56fa89964accea3eb7149f94cba781aa0f8d3 /math | |
parent | 425c94249f398fd21348abd3fae033f889ff4c3e (diff) | |
download | freebsd-ports-gnome-950a3aa9e52528f37bf649492bc98b1cf37acc09.tar.gz freebsd-ports-gnome-950a3aa9e52528f37bf649492bc98b1cf37acc09.tar.zst freebsd-ports-gnome-950a3aa9e52528f37bf649492bc98b1cf37acc09.zip |
math/py-pycosat: Chase category change for math/picosat
Change category change for math/picosat in LIB_DEPENDS
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pycosat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-pycosat/Makefile b/math/py-pycosat/Makefile index 81478b0ecdc4..6427af5be8c4 100644 --- a/math/py-pycosat/Makefile +++ b/math/py-pycosat/Makefile @@ -3,6 +3,7 @@ PORTNAME= pycosat PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Bindings to PicoSAT (a SAT solver) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libpicosat.so:${PORTSDIR}/devel/picosat +LIB_DEPENDS= libpicosat.so:${PORTSDIR}/math/picosat USES= python USE_PYTHON= autoplist distutils |