diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-06 18:53:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-06 18:53:45 +0000 |
commit | c5cd172893f5bf3b0905bdd3910d2e2c0bfe9454 (patch) | |
tree | a71463b3963d6536c678f9c693091eaf1d9713a4 /mail/wmmail | |
parent | d38116b54e9b773d0f1e703e282c00d57e4412f4 (diff) | |
download | pkgsrc-c5cd172893f5bf3b0905bdd3910d2e2c0bfe9454.tar.gz |
Modular Xorg support.
Diffstat (limited to 'mail/wmmail')
-rw-r--r-- | mail/wmmail/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index 679ac5aff93..29541c77626 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/02/05 23:09:59 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2007/02/06 18:59:42 joerg Exp $ DISTNAME= WMMail.app-0.64 PKGNAME= wmmail-0.64 @@ -19,5 +19,8 @@ CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \ --with-PL-libs="-L${LOCALBASE}/lib" .include "../../devel/libproplist/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |