diff options
-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 |