diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:22:07 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:22:07 +0000 |
commit | 1727182e5d2f80a6075c8866a50222205844f161 (patch) | |
tree | 577b09eeae346e5ff08999e6b5c40c95539bd57f /multimedia/gdvrecv | |
parent | 306e66af5d83697a761205698232bca9aa68ef19 (diff) | |
download | ports-1727182e5d2f80a6075c8866a50222205844f161.tar.gz ports-1727182e5d2f80a6075c8866a50222205844f161.zip |
- Convert ports of multimedia/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371331
Diffstat (limited to 'multimedia/gdvrecv')
-rw-r--r-- | multimedia/gdvrecv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gdvrecv/Makefile b/multimedia/gdvrecv/Makefile index e32e1d3f9f21..31f0b77222f4 100644 --- a/multimedia/gdvrecv/Makefile +++ b/multimedia/gdvrecv/Makefile @@ -10,10 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= DV tools for FreeBSD -USES= tar:bzip2 +USES= python tar:bzip2 USE_GNOME= pygtk2 -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USE_PYTHON= distutils DESKTOP_ENTRIES="Capture Video" \ "Capture from FireWire Camera" \ "${PREFIX}/share/pixmaps/gdvrecv/camcorder.png" \ |