diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:42:59 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:42:59 +0800 |
commit | 74a3c07b695eef5aba924290f7d537c710b1233e (patch) | |
tree | 73abd51bbc7bd715261a06c070c1e731d552daf9 /news/xpn | |
parent | 6cb95f4021912ec4579bc6f22244e0597ed2b07c (diff) | |
download | freebsd-ports-gnome-74a3c07b695eef5aba924290f7d537c710b1233e.tar.gz freebsd-ports-gnome-74a3c07b695eef5aba924290f7d537c710b1233e.tar.zst freebsd-ports-gnome-74a3c07b695eef5aba924290f7d537c710b1233e.zip |
- Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'news/xpn')
-rw-r--r-- | news/xpn/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/news/xpn/Makefile b/news/xpn/Makefile index f791e0b63efe..cee03d62661c 100644 --- a/news/xpn/Makefile +++ b/news/xpn/Makefile @@ -15,15 +15,13 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolki NO_BUILD= yes -USE_PYTHON= yes - FIND_DIRS= -type d FIND_DATA= -type f -mindepth 2 -not -name "*~" SUB_FILES= ${PORTNAME} SUB_LIST= PYTHON_CMD=${PYTHON_CMD} XPN=${XPN} -USES= gettext +USES= gettext python XPN= ${PORTNAME}.py |