diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-11 17:46:03 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-11 17:46:03 +0000 |
commit | 74ab0f763315e64b099e2901a262d15c6603b557 (patch) | |
tree | bb5306d456b976b8124cf2f773ad2d4961bb13be /security/md5deep | |
parent | 87ce2964ee4cacba8e075e567cb0328cb07a583e (diff) | |
download | ports-74ab0f763315e64b099e2901a262d15c6603b557.tar.gz ports-74ab0f763315e64b099e2901a262d15c6603b557.zip |
Notes
Diffstat (limited to 'security/md5deep')
-rw-r--r-- | security/md5deep/Makefile | 4 |
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> |