aboutsummaryrefslogtreecommitdiff
path: root/security/md5deep
diff options
context:
space:
mode:
Diffstat (limited to 'security/md5deep')
-rw-r--r--security/md5deep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile
index 2acf88cf16d3..e01f54e950e9 100644
--- a/security/md5deep/Makefile
+++ b/security/md5deep/Makefile
@@ -27,11 +27,11 @@ PLIST_FILES= bin/md5deep bin/sha1deep bin/sha256deep \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
+BROKEN= Does not compile on FreeBSD 4.x
.endif
post-patch:
@${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!' \
- -e 's!-Wall -O2!$(CFLAGS)!' ${WRKSRC}/Makefile
+ -e 's!-Wall -W -O3!${CFLAGS}!' ${WRKSRC}/Makefile
.include <bsd.port.post.mk>