Skip to content

Commit

Permalink
Needs xextproto (like many libXext dependencies, which is why this
Browse files Browse the repository at this point in the history
should be added to libXext/buildlink3.mk, but this has:
# XXX don't include xextproto/bl3 here; packages checking for xext.pc must
# include it theirselfes
requested by joerg because "most packages don't need it").
  • Loading branch information
wiz committed Aug 14, 2012
1 parent 4491f4e commit d082485
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x11/xev/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2012/06/09 07:00:49 obache Exp $
# $NetBSD: Makefile,v 1.9 2012/08/14 09:11:25 wiz Exp $
#

DISTNAME= xev-1.2.0
Expand All @@ -21,6 +21,7 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1

.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"

0 comments on commit d082485

Please sign in to comment.