diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 23:43:33 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 23:43:33 +0800 |
commit | 68713e63a873487d61e13839964717ad31707a77 (patch) | |
tree | 007c8519a6455a0a0c70a67ca551339c6c99673c /editors/rox-edit | |
parent | 4448b190fd5abad17e3c075074dea29adb16f0db (diff) | |
download | freebsd-ports-gnome-68713e63a873487d61e13839964717ad31707a77.tar.gz freebsd-ports-gnome-68713e63a873487d61e13839964717ad31707a77.tar.zst freebsd-ports-gnome-68713e63a873487d61e13839964717ad31707a77.zip |
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'editors/rox-edit')
-rw-r--r-- | editors/rox-edit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile index dbbec2661533..34cd1a8bacaa 100644 --- a/editors/rox-edit/Makefile +++ b/editors/rox-edit/Makefile @@ -13,8 +13,7 @@ COMMENT= Text editor for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib -USES= tar:bzip2 -USE_PYTHON= yes +USES= python tar:bzip2 post-extract: @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} |