summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-10 19:36:45 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-10 19:36:45 +0000
commitc50f23055ca59cc9f49d1b5fc01fbf274555c487 (patch)
treed34491bc74ee070ea41cc7c9079b6b9fa05b125d /news
parent- Update to version 1.10 (diff)
- Fix build on -current
PR: 59131 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=93688
Diffstat (limited to 'news')
-rw-r--r--news/mmail/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/news/mmail/Makefile b/news/mmail/Makefile
index c58a55c9b0d4..b757de2e2ead 100644
--- a/news/mmail/Makefile
+++ b/news/mmail/Makefile
@@ -21,6 +21,7 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip
USE_GMAKE= yes
+MAKE_ARGS= OPTS=""
MAN1= mmail.1
@@ -28,10 +29,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail
${INSTALL_MAN} ${WRKSRC}/mm.1 ${MANPREFIX}/man/man1/mmail.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 500000
-BROKEN= Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>