diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-15 17:04:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-15 17:04:43 +0000 |
commit | 731c7084981fcd9ca4dc695e0621689e646b26bb (patch) | |
tree | f298262fe6f3a22e8b846f20fbb518d2d990cf34 /graphics | |
parent | 7697c1330f66d7fdb8a62d429a13c2e2e637fa45 (diff) | |
download | pkgsrc-731c7084981fcd9ca4dc695e0621689e646b26bb.tar.gz |
Modular Xorg support.
XXX Not all sub-libraries are correctly linked.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index 34f2b97d62b..7bf10ce8b4f 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:48 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2007/01/15 17:04:43 joerg Exp $ # DISTNAME= gle-3.1.0 @@ -20,5 +20,5 @@ USE_LIBTOOL= YES LIBS+= -lXext .include "../../graphics/Mesa/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXi/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |