c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
29 lines
686 B
Makefile
29 lines
686 B
Makefile
# ex:ts=8
|
|
# New ports collection Makefile for: jack_mixer
|
|
# Date created: 13 August 2010
|
|
# Whom: gahr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jack_mixer
|
|
PORTVERSION= 9
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.gna.org/${PORTNAME:S/_//}/
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= A mixer for the jack audio connection kit
|
|
|
|
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack
|
|
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}
|
|
|
|
USE_PYTHON= yes
|
|
USE_GNOME= gconf2
|
|
GCONF_SCHEMAS= jack_mixer.schemas
|
|
INSTALLS_ICONS= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|