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
26 lines
598 B
Makefile
26 lines
598 B
Makefile
# New ports collection makefile for: py-kaa-imlib2
|
|
# Date created: 2009 January 10
|
|
# Whom: J.R. Oldroyd <fbsd@opal.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kaa-imlib2
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= multimedia python
|
|
MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= fbsd@opal.com
|
|
COMMENT= Kaa Media Repository - imlib2 wrapper for python
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/kaa/__init__.py:${PORTSDIR}/multimedia/py-kaa-base
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_EFL= imlib2
|
|
|
|
.include <bsd.port.mk>
|