diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
commit | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch) | |
tree | 6443da11a92be566759454b76c94714222a13560 /sysutils/cromwell | |
parent | 13441eac4bb7e0e8a50bd437681b05022e55146b (diff) | |
download | ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.tar.gz ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.zip |
Notes
Diffstat (limited to 'sysutils/cromwell')
-rw-r--r-- | sysutils/cromwell/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/cromwell/Makefile b/sysutils/cromwell/Makefile index 43a05a491730..860031c0f8f2 100644 --- a/sysutils/cromwell/Makefile +++ b/sysutils/cromwell/Makefile @@ -40,12 +40,6 @@ WRKSRC= ${WRKDIR}/cromwell USE_BZIP2= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Not supported below 5.x -.endif - post-patch: @${REINPLACE_CMD} -e 's,perl,${PERL},g' \ -e 's,^CC.=,CC ?=,' \ @@ -62,4 +56,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |