diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-24 20:51:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-24 20:51:37 +0000 |
commit | c803188084b02da8ea710883191fe906138fe364 (patch) | |
tree | 103924641a9437be2c183c550689736ffcbf81b5 /databases | |
parent | 2c692e37da475e1011eedba47290356c5a1d8975 (diff) | |
download | ports-c803188084b02da8ea710883191fe906138fe364.tar.gz ports-c803188084b02da8ea710883191fe906138fe364.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-query-browser/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/databases/mysql-query-browser/Makefile b/databases/mysql-query-browser/Makefile index 9d8f68db4b0c..de8095505d16 100644 --- a/databases/mysql-query-browser/Makefile +++ b/databases/mysql-query-browser/Makefile @@ -22,6 +22,10 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \ scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper +BROKEN= fails to fetch +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2007-12-24 + USE_XLIB= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:19:env autoconf:261:env @@ -77,4 +81,12 @@ do-install: @cd ${MAIN_DIR}; \ ${GMAKE} ${INSTALL_TARGET} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + +.include <bsd.port.post.mk> |