1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

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
This commit is contained in:
William Grzybowski 2013-12-19 14:55:32 +00:00
parent afdc465ff0
commit a033f167d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336920

View File

@ -12,7 +12,8 @@ COMMENT= Configuration-based Console UI Framework
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