Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 11:45:23 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366068 - head/math/py-pycosat
Message-ID:  <201408251145.s7PBjNZr044267@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Aug 25 11:45:23 2014
New Revision: 366068
URL: http://svnweb.freebsd.org/changeset/ports/366068
QAT: https://qat.redports.org/buildarchive/r366068/

Log:
  math/py-pycosat: Chase category change for math/picosat
  
  Change category change for math/picosat in LIB_DEPENDS

Modified:
  head/math/py-pycosat/Makefile

Modified: head/math/py-pycosat/Makefile
==============================================================================
--- head/math/py-pycosat/Makefile	Mon Aug 25 11:24:39 2014	(r366067)
+++ head/math/py-pycosat/Makefile	Mon Aug 25 11:45:23 2014	(r366068)
@@ -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 solv
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408251145.s7PBjNZr044267>