diff options
author | se <se@FreeBSD.org> | 2007-07-27 13:35:22 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 2007-07-27 13:35:22 +0000 |
commit | 81a4326b83f45c7eb69cc990e3e6ff895f10a67b (patch) | |
tree | 2010dd6d504e6d072f78d555ef907e744dc704e8 /security/libfwbuilder2 | |
parent | ec2193651879dfb36dd7fc49581956cfa312f413 (diff) | |
download | FreeBSD-ports-81a4326b83f45c7eb69cc990e3e6ff895f10a67b.zip FreeBSD-ports-81a4326b83f45c7eb69cc990e3e6ff895f10a67b.tar.gz |
I had forgotten to remove the BROKEN tag when committing the two patches
that ought to make the port compile with gcc-4.2 and thus with -current.
Diffstat (limited to 'security/libfwbuilder2')
-rw-r--r-- | security/libfwbuilder2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile index 010e311..804cf76 100644 --- a/security/libfwbuilder2/Makefile +++ b/security/libfwbuilder2/Makefile @@ -40,10 +40,4 @@ post-install: ${RM} ${PREFIX}/lib/libfwbuilder.so.7.3 ${RM} ${PREFIX}/lib/libfwcompiler.so.7.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700019 -BROKEN= Does not compile on FreeBSD >= 7.0 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |