diff options
author | pav <pav@FreeBSD.org> | 2010-05-26 04:49:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-26 04:49:35 +0800 |
commit | 8317452dbebab2db79db693316b3dbd0dbcfb25e (patch) | |
tree | 2377279714ecc9c4069589fd30c12119c8787d59 /databases | |
parent | 53d1fa1bda99bcdeed09f89518bd92e723daca2a (diff) | |
download | freebsd-ports-gnome-8317452dbebab2db79db693316b3dbd0dbcfb25e.tar.gz freebsd-ports-gnome-8317452dbebab2db79db693316b3dbd0dbcfb25e.tar.zst freebsd-ports-gnome-8317452dbebab2db79db693316b3dbd0dbcfb25e.zip |
- Mark BROKEN on 6.X: does not configure
Reported by: pointyhat
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysqlard/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/mysqlard/Makefile b/databases/mysqlard/Makefile index 4ee81155b8f7..6fadc97b832b 100644 --- a/databases/mysqlard/Makefile +++ b/databases/mysqlard/Makefile @@ -33,7 +33,13 @@ CONFIGURE_ARGS= --with-rrd="${LOCALBASE}" --datadir="${PREFIX}/www" \ SUB_FILES= pkg-message +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + post-install: @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |