diff options
author | xtraeme <xtraeme> | 2005-05-09 13:02:14 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-05-09 13:02:14 +0000 |
commit | 21a09928172249c58c71cc15753830f499c8d0c7 (patch) | |
tree | 403dc3e8a5ad77298c2ea240a9b416ecb81d2ce4 /mail/metamail | |
parent | a3505b223b7c0d3349aab6e7b5a0b9c9bffef469 (diff) | |
download | pkgsrc-21a09928172249c58c71cc15753830f499c8d0c7.tar.gz |
This needs mk/x11-clients.buildlink3.mk to fix the build when using
X11_TYPE=[xorg|XFree86].
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 8f15d1b9e86..36f267f55b1 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/04/11 21:46:20 tv Exp $ +# $NetBSD: Makefile,v 1.35 2005/05/09 13:02:14 xtraeme Exp $ DISTNAME= mm2.7 PKGNAME= metamail-2.7 @@ -43,4 +43,5 @@ post-patch: pre-install: ${INSTALL_DATA_DIR} ${EGDIR} +.include "../../mk/x11-clients.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |