summaryrefslogtreecommitdiff
path: root/graphics/libepoxy
diff options
context:
space:
mode:
authortnn <tnn>2015-04-13 13:54:17 +0000
committertnn <tnn>2015-04-13 13:54:17 +0000
commit8e4f269102d19cc0aabb716bff65364bb2eed700 (patch)
treeb24cdccf16f5d6ea60ef4d875457fdfe070af84e /graphics/libepoxy
parentca6153ac6460ea30adc814c68232a5d85bc12927 (diff)
downloadpkgsrc-8e4f269102d19cc0aabb716bff65364bb2eed700.tar.gz
add build dependency on py-expat
Diffstat (limited to 'graphics/libepoxy')
-rw-r--r--graphics/libepoxy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile
index 44a6f3e6754..300bd4718b4 100644
--- a/graphics/libepoxy/Makefile
+++ b/graphics/libepoxy/Makefile
@@ -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 @@ HOMEPAGE= https://github.com/anholt/libepoxy/
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