aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2012-05-31 01:29:23 +0000
committerWen Heping <wen@FreeBSD.org>2012-05-31 01:29:23 +0000
commitbf5b36d82501d31b96c575b90c4fa3d5f380fb3e (patch)
tree5b344eeb4135ecb2ae0c63562185af8eb6ca84cb
parent54bad1a3afe3bc1f047293dcc5bbffe502275838 (diff)
downloadports-bf5b36d82501d31b96c575b90c4fa3d5f380fb3e.tar.gz
ports-bf5b36d82501d31b96c575b90c4fa3d5f380fb3e.zip
- Mark BROKEN when ${OSVERSION} < 800000
Reported by: pav@
Notes
Notes: svn path=/head/; revision=297851
-rw-r--r--databases/spatialite/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile
index ad3b724f3fa6..81d7b6403558 100644
--- a/databases/spatialite/Makefile
+++ b/databases/spatialite/Makefile
@@ -34,4 +34,11 @@ post-patch:
@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.am
@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/configure
-.include <bsd.port.mk>
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>