diff options
author | joerg <joerg> | 2007-02-01 22:47:39 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-01 22:47:39 +0000 |
commit | 762205b8748e7a8a466721226de549cfe7712d93 (patch) | |
tree | d234f9f2f4758a55b116505dfb34ba09ad31b5d6 /wm/ion/Makefile | |
parent | 84d4ca0d56a6af7afd348b1e0fcaacb63fb9a5b2 (diff) | |
download | pkgsrc-762205b8748e7a8a466721226de549cfe7712d93.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm/ion/Makefile')
-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" |