diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /audio/jack_mixer | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) | |
download | ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.tar.gz ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.zip |
Notes
Diffstat (limited to 'audio/jack_mixer')
-rw-r--r-- | audio/jack_mixer/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/jack_mixer/Makefile b/audio/jack_mixer/Makefile index ed3fe4f18423..9d182cad79b8 100644 --- a/audio/jack_mixer/Makefile +++ b/audio/jack_mixer/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection Makefile for: jack_mixer -# Date created: 13 August 2010 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= jack_mixer PORTVERSION= 9 @@ -20,6 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \ ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= pkgconfig USE_PYTHON= yes USE_GNOME= gconf2 GCONF_SCHEMAS= jack_mixer.schemas |