diff options
author | sat <sat@FreeBSD.org> | 2007-07-16 22:45:46 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-16 22:45:46 +0800 |
commit | df6b4cb85cb5c3882884fd5855ce971a454df337 (patch) | |
tree | 0a687185afd43baa0df40eb369cf8b8bb12cbc24 /www/udmsearch | |
parent | 3dc0d88bc9d5700b9543239a3f0164d22d1ee6f6 (diff) | |
download | freebsd-ports-gnome-df6b4cb85cb5c3882884fd5855ce971a454df337.tar.gz freebsd-ports-gnome-df6b4cb85cb5c3882884fd5855ce971a454df337.tar.zst freebsd-ports-gnome-df6b4cb85cb5c3882884fd5855ce971a454df337.zip |
- Remove the forgotten BROKEN
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} |