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 | |
parent | Lower OSVERSION checking for compat[789]x. This was requested by bapt@ and i (diff) |
- remove bogus setuptools dependency (the port is using distutils)
- trim Makefile header (completely, because email wasn't set initially and,
based on nickname, I believe it wasn't done for purprose)
- remove redundant LICENSE_FILE
- avoid PYTHON_SITELIBDIR in depends
- limit python version to 2.x
- bump PORTREVISION because of dependency change
Notes
Notes:
svn path=/head/; revision=305257
-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 |