diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-16 14:45:46 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-16 14:45:46 +0000 |
commit | a538ead1771a5c2c77357a3ea47bfad1578e73d3 (patch) | |
tree | ce4fca0181c1a03ffd1ce6ca4eaabbb0456f4278 /www/udmsearch | |
parent | 5138a941d9b260dd28692ccbd1d5d42d1339e143 (diff) |
- Remove the forgotten BROKEN
Notes
Notes:
svn path=/head/; revision=195741
Diffstat (limited to 'www/udmsearch')
-rw-r--r-- | www/udmsearch/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index e3af123df123..0c7fbd7f39f5 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -29,10 +29,6 @@ MAN5= indexer.conf.5 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if defined(WITH_MSQL) BUILD_DEPENDS= ${PREFIX}/lib/libmsql.a:${PORTSDIR}/databases/msql CONFIGURE_ARGS+= --with-msql=${LOCALBASE} |