mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Convert to USES=tk desktop-file-utils
This commit is contained in:
parent
f25b2a7304
commit
096a5469d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344912
@ -22,11 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}alpha
|
||||
|
||||
USES= tk desktop-file-utils
|
||||
USE_XORG= x11 xext
|
||||
USE_TCL_BUILD= yes
|
||||
USE_TCL= yes
|
||||
USE_TK_BUILD= yes
|
||||
USE_TK= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
@ -48,8 +45,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
"s|/usr/include|${LOCALBASE}/include|g ; \
|
||||
s|/usr/lib|${LOCALBASE}/lib|g ; \
|
||||
/tcl_ver/s|8\.[0-9]|${TCL_VER:S/.//}|g ; \
|
||||
/libtcl/s|8\.[0-9]|${TCL_VER:S/.//}|g ; \
|
||||
/tcl_ver/s|8\.[0-9]|${TCL_SHLIB_VER}|g ; \
|
||||
/libtcl/s|8\.[0-9]|${TCL_SHLIB_VER}|g ; \
|
||||
/libraries/s|tcl_ver\])|tcl_ver, 'intl'])|g ; \
|
||||
s|/usr/share|${PREFIX}/share|g" ${WRKSRC}/setup.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user