svn commit: r336920 - head/devel/py-snackwich

William Grzybowski wg at FreeBSD.org
Thu Dec 19 14:55:32 UTC 2013


Author: wg
Date: Thu Dec 19 14:55:32 2013
New Revision: 336920
URL: http://svnweb.freebsd.org/changeset/ports/336920

Log:
  devel/py-snackwich: depend on py-snack to build and run
  
  The python portion of devel/newt (which was disabled by default) has been
  moved to devel/py-snack.
  
  Submitted by:	maintainer, wg
  Approved by:	maintainer

Modified:
  head/devel/py-snackwich/Makefile

Modified: head/devel/py-snackwich/Makefile
==============================================================================
--- head/devel/py-snackwich/Makefile	Thu Dec 19 14:43:58 2013	(r336919)
+++ head/devel/py-snackwich/Makefile	Thu Dec 19 14:55:32 2013	(r336920)
@@ -12,7 +12,8 @@ COMMENT=	Configuration-based Console UI 
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libnewt.so:${PORTSDIR}/devel/newt
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}snack>0:${PORTSDIR}/devel/py-snack
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes


More information about the svn-ports-head mailing list