diff options
author | wiz <wiz> | 2015-04-17 19:54:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-04-17 19:54:59 +0000 |
commit | 9631edd708108f780c90595418ba87f3e23dd4d7 (patch) | |
tree | 1dea70029eb7e5cec1f7c127bca75a34cf9c0e51 /x11 | |
parent | 5de30a5e1dce279c54f8e17089ee6318fe015829 (diff) | |
download | pkgsrc-9631edd708108f780c90595418ba87f3e23dd4d7.tar.gz |
+ libXpresent.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 092b6ad5f76..7dcd8d30b30 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.746 2015/04/03 10:02:42 tnn Exp $ +# $NetBSD: Makefile,v 1.747 2015/04/17 19:54:59 wiz Exp $ # COMMENT= Packages to support the X window system @@ -288,6 +288,7 @@ SUBDIR+= libXinerama SUBDIR+= libXmu SUBDIR+= libXp SUBDIR+= libXpm +SUBDIR+= libXpresent SUBDIR+= libXprintUtil SUBDIR+= libXrandr SUBDIR+= libXrender |