aboutsummaryrefslogtreecommitdiff
path: root/math/py-pycosat
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-08-25 11:45:23 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-08-25 11:45:23 +0000
commitea1ddaae969d9bec6264bed6d4cd09a57ebbd8a6 (patch)
tree3ae56fa89964accea3eb7149f94cba781aa0f8d3 /math/py-pycosat
parent7ed8ed96bb01e51478b10a45afaf17ee66b67447 (diff)
downloadports-ea1ddaae969d9bec6264bed6d4cd09a57ebbd8a6.tar.gz
ports-ea1ddaae969d9bec6264bed6d4cd09a57ebbd8a6.zip
math/py-pycosat: Chase category change for math/picosat
Change category change for math/picosat in LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=366068
Diffstat (limited to 'math/py-pycosat')
-rw-r--r--math/py-pycosat/Makefile3
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