diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-01-01 10:34:18 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-01-01 10:34:18 +0000 |
commit | 74694c53383d4dce3e9d8759fcd2fd741b8cd20c (patch) | |
tree | 5fa514549e442088d90b376211b6901830f4bfd4 /lib/libdrm | |
parent | 78adb777ff3cf23918876e2f594e444ceb6ac302 (diff) |
correct SHARED_LIB
Diffstat (limited to 'lib/libdrm')
-rw-r--r-- | lib/libdrm/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdrm/Makefile.bsd-wrapper b/lib/libdrm/Makefile.bsd-wrapper index ed12021bc..5981544ce 100644 --- a/lib/libdrm/Makefile.bsd-wrapper +++ b/lib/libdrm/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2007/01/01 10:33:12 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2007/01/01 10:34:17 matthieu Exp $ -SHARED_LIBS= Xau 9.0 +SHARED_LIBS= drm 2.3 .include <bsd.xorg.mk> |