diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 20:04:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 20:04:24 +0000 |
commit | 1ce97d773b46a1287dff18e0ad017ff61685845f (patch) | |
tree | ecf779ac3d64ef673fead0963adee9d671ef6156 /net/wmnd | |
parent | 5b044d50f6db4a455a83e7f698cc4572e927882f (diff) | |
download | pkgsrc-1ce97d773b46a1287dff18e0ad017ff61685845f.tar.gz |
Modular Xorg support.
Diffstat (limited to 'net/wmnd')
-rw-r--r-- | net/wmnd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index 5ff5aa21413..54e8cbcc6b0 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/29 10:55:55 rpaulo Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/19 20:04:24 joerg Exp $ DISTNAME= wmnd-0.4.12 PKGREVISION= 1 @@ -13,5 +13,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} GNU_CONFIGURE= YES -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |