pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libepoxy add build dependency on py-expat



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac1c00642512
branches:  trunk
changeset: 649938:ac1c00642512
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Apr 13 13:54:17 2015 +0000

description:
add build dependency on py-expat

diffstat:

 graphics/libepoxy/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4e0891e2b5ba -r ac1c00642512 graphics/libepoxy/Makefile
--- a/graphics/libepoxy/Makefile        Mon Apr 13 12:44:22 2015 +0000
+++ b/graphics/libepoxy/Makefile        Mon Apr 13 13:54:17 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/04/03 08:48:57 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/13 13:54:17 tnn Exp $
 
 DISTNAME=      libepoxy-1.2
 CATEGORIES=    graphics
@@ -10,6 +10,8 @@
 COMMENT=       Library for OpenGL function pointer management
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
+
 USE_TOOLS+=    pkg-config autoconf autoreconf automake
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index