summaryrefslogtreecommitdiff
path: root/audio/cymbaline
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 14:36:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 14:36:35 +0000
commit183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch)
treec26e051ce9bb507a30f037e71492dd46999e8dee /audio/cymbaline
parent- update to 2.9.3 (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Notes
Notes: svn path=/head/; revision=327706
Diffstat (limited to 'audio/cymbaline')
-rw-r--r--audio/cymbaline/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/cymbaline/Makefile b/audio/cymbaline/Makefile
index c538714091b6..e74acc816c48 100644
--- a/audio/cymbaline/Makefile
+++ b/audio/cymbaline/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cymbaline
-# Date created: Jun 20, 2001
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= cymbaline
PORTVERSION= 1.3e
@@ -16,6 +12,7 @@ COMMENT= Console frontend for py-mad
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/aomodule.so:${PORTSDIR}/audio/py-ao \
${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad
+NO_STAGE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes