diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
commit | 2f71940292af6b2d050e8b473d717357401b40fc (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/nos-ttb | |
parent | e681bc51231baa49b0184bf6fe94fd704a352ada (diff) | |
download | ports-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz ports-2f71940292af6b2d050e8b473d717357401b40fc.zip |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371449
Diffstat (limited to 'net/nos-ttb')
-rw-r--r-- | net/nos-ttb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nos-ttb/Makefile b/net/nos-ttb/Makefile index 225987123bc7..f9bd2530cb3e 100644 --- a/net/nos-ttb/Makefile +++ b/net/nos-ttb/Makefile @@ -15,7 +15,7 @@ COMMENT= NOS teletekst browser RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:${PORTSDIR}/x11-toolkits/py-gtk2 NO_BUILD= yes -USE_PYTHON= yes +USES= python do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/ttb |