Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2013 14:55:32 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336920 - head/devel/py-snackwich
Message-ID:  <201312191455.rBJEtW3Y067633@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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