diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-01 22:47:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-01 22:47:39 +0000 |
commit | 5a0d909e59a946358651d533493c64f476959d0f (patch) | |
tree | d234f9f2f4758a55b116505dfb34ba09ad31b5d6 /wm/ion | |
parent | 04e1dcd329b03918a5acd2bf810d833cd1cc21f4 (diff) | |
download | pkgsrc-5a0d909e59a946358651d533493c64f476959d0f.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm/ion')
-rw-r--r-- | wm/ion/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile index 72179019d94..3029bafc21c 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/12/03 01:54:46 rpaulo Exp $ +# $NetBSD: Makefile,v 1.33 2007/02/01 22:52:41 joerg Exp $ # DISTNAME= ion-2-20040729 @@ -36,8 +36,8 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} INSTALLATION_DIRS= bin lib/ion libexec/ion ${PKGMANDIR}/man1 INSTALLATION_DIRS+= share/doc/ion share/examples/ion share/ion -.include "../../lang/lua/buildlink3.mk" .include "../../devel/libltdl/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" - +.include "../../lang/lua/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXinerama/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |