diff options
author | imil <imil@pkgsrc.org> | 2012-02-19 14:31:01 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2012-02-19 14:31:01 +0000 |
commit | 8e2b33f9808880390642dc51d0b87e5db7cdaa36 (patch) | |
tree | 621d2e237223ff0d08ecc9a7df566d8b4b91570e /x11/Makefile | |
parent | 18382942995c3b0a4b13cc7756c0cce9e1454ad7 (diff) | |
download | pkgsrc-8e2b33f9808880390642dc51d0b87e5db7cdaa36.tar.gz |
add & enable libdesktop-agnostic
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index d9f4403fa29..d5ca1a7fb08 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.642 2012/02/02 11:32:48 wiz Exp $ +# $NetBSD: Makefile,v 1.643 2012/02/19 14:31:01 imil Exp $ # COMMENT= Packages to support the X window system @@ -230,6 +230,7 @@ SUBDIR+= libXvMC SUBDIR+= libXxf86dga SUBDIR+= libXxf86misc SUBDIR+= libXxf86vm +SUBDIR+= libdesktop-agnostic SUBDIR+= libdrm SUBDIR+= libfakekey SUBDIR+= libgnomekbd |