diff options
Diffstat (limited to 'graphics/evas-xrender-x11/Makefile')
-rw-r--r-- | graphics/evas-xrender-x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/evas-xrender-x11/Makefile b/graphics/evas-xrender-x11/Makefile index f62fa75e988..cd61fd7d7a4 100644 --- a/graphics/evas-xrender-x11/Makefile +++ b/graphics/evas-xrender-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 19:33:49 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/27 16:44:38 minskim Exp $ PKGNAME= ${DISTNAME:S/evas/evas-xrender-x11/} @@ -20,6 +20,7 @@ PKGCONFIG_OVERRIDE= evas-xrender-x11.pc.in .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" post-install: |