aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-09-01 12:50:15 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-09-01 12:50:15 +0000
commit40c6181874b155b3742eb9992cfdf93daef05fff (patch)
treef9eec522fcd8b6531afa676a24e26673d0100a0b /mail
parenta0b60b9df24fb52e230de1c0c52d06d7c7c1f149 (diff)
downloadports-40c6181874b155b3742eb9992cfdf93daef05fff.tar.gz
ports-40c6181874b155b3742eb9992cfdf93daef05fff.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/xmail/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile
index bb2b0d5a7ad7..5f869b9f2193 100644
--- a/mail/xmail/Makefile
+++ b/mail/xmail/Makefile
@@ -11,7 +11,14 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= sjroz@verizon.net
COMMENT= X-based interface to the Berkeley mail program
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
USES= imake xorg
-USE_XORG= xbitmaps xaw
+USE_XORG= ice sm x11 xaw xbitmaps xext xmu xpm xt
+
+post-patch:
+# Fix the build with -fno-common (for Clang 11 and GCC 10)
+ @${REINPLACE_CMD} -e '/In_Bogus_Mail_File;/d' ${WRKSRC}/xmail.c
.include <bsd.port.mk>