summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 11:36:12 +0000
committerkris <kris@FreeBSD.org>2003-05-18 11:36:12 +0000
commit35298f47d044c64411ad1b49237f0873d40ecc80 (patch)
treec40c8d745cd08ad7f0027da0b00be7f042931f3b /devel
parentfecc68dbc066a5d1d93b41746d9614bc0c35e869 (diff)
downloadFreeBSD-ports-35298f47d044c64411ad1b49237f0873d40ecc80.zip
FreeBSD-ports-35298f47d044c64411ad1b49237f0873d40ecc80.tar.gz
BROKEN on 5.1: configure fails
Diffstat (limited to 'devel')
-rw-r--r--devel/sdts++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile
index 625b20a..74fd703 100644
--- a/devel/sdts++/Makefile
+++ b/devel/sdts++/Makefile
@@ -19,7 +19,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:site1 \
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ library for SDTS related development
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Configure fails"
+.endif
+
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-boost=${WRKDIR}/boost_1_27_0
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud