diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:48:38 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:48:38 +0000 |
commit | a10f987e18eae53df29e7ea7df4bec8f624490c3 (patch) | |
tree | dafaf1c4908ef4abbcd741a4a2814b40f4b3b2fc /audio/py-shout | |
parent | 7e623ecc6a05f94f99f410892a7acb1f9901fe26 (diff) |
Notes
Diffstat (limited to 'audio/py-shout')
-rw-r--r-- | audio/py-shout/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/py-shout/Makefile b/audio/py-shout/Makefile index b60e39087e1f..dc3c185401d9 100644 --- a/audio/py-shout/Makefile +++ b/audio/py-shout/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-shout -# Date created: 2009-08-07 -# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> -# +# Created by: Olivier Duchateau <duchateau.olivier@gmail.com> # $FreeBSD$ -# PORTNAME= shout PORTVERSION= 0.2.1 @@ -19,6 +15,7 @@ LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +USES= pkgconfig USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ${PORTNAME}-python |