diff options
author | joerg <joerg> | 2007-02-06 12:24:50 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-06 12:24:50 +0000 |
commit | 14da27abd0f7aa1e03189e2145ffc7bf17f99e8d (patch) | |
tree | d06340bc4b4aed690838231bd238aa1fa567e4fc | |
parent | 0c0a6af3a1b7a4a4e4aad4a2f60757881b4b1c24 (diff) | |
download | pkgsrc-14da27abd0f7aa1e03189e2145ffc7bf17f99e8d.tar.gz |
Modular Xorg support.
-rw-r--r-- | mail/wmbiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index bacde3054bc..c6e4e59535b 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/12/15 20:32:58 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2007/02/06 12:24:50 joerg Exp $ DISTNAME= wmbiff-0.4.26 PKGREVISION= 5 @@ -20,5 +20,7 @@ post-install: .include "../../security/gnutls/buildlink3.mk" .include "../../wm/windowmaker/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |