diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-04 12:53:25 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-04 12:53:25 +0000 |
commit | 0fdf456c7e25ec7df5ec52ca31823ec15c78d427 (patch) | |
tree | 3e6156c02ecf0afe98106c370e2cc707a10b4af9 /audio/jokosher/Makefile | |
parent | cdbf587df08bd2306ea93c349f2a5b137cb4be3f (diff) | |
download | ports-0fdf456c7e25ec7df5ec52ca31823ec15c78d427.tar.gz ports-0fdf456c7e25ec7df5ec52ca31823ec15c78d427.zip |
Notes
Diffstat (limited to 'audio/jokosher/Makefile')
-rw-r--r-- | audio/jokosher/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/audio/jokosher/Makefile b/audio/jokosher/Makefile index 63694f0230ca..8dfeeb68505b 100644 --- a/audio/jokosher/Makefile +++ b/audio/jokosher/Makefile @@ -1,26 +1,19 @@ -# New ports collection makefile for: jokosher -# Date created: 13 Aug 2009 -# Whom: Anonymous -# # $FreeBSD$ -# PORTNAME= jokosher PORTVERSION= 0.11.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://launchpadlibrarian.net/43860543/ MAINTAINER= ports@FreeBSD.org COMMENT= Multi-track non-linear audio editing -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - easy_install:${PORTSDIR}/devel/py-setuptools - LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_PYTHON= yes +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg + +USE_PYTHON= -2.7 USE_PYDISTUTILS=yes USE_GNOME= gnomehier USE_GSTREAMER= gnonlin good python |