aboutsummaryrefslogtreecommitdiffstats
path: root/devel/commoncpp
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-29 07:02:26 +0800
committerkris <kris@FreeBSD.org>2005-10-29 07:02:26 +0800
commitd4f78f1b3fb7169e0c8edac4628ee62bd9319c8c (patch)
tree81cdfe766b2e33e9e4ecb6229bd649242ff60af2 /devel/commoncpp
parent7740465ecb4ac535ccca2dc1f3bd7a477fd8af0b (diff)
downloadfreebsd-ports-gnome-d4f78f1b3fb7169e0c8edac4628ee62bd9319c8c.tar.gz
freebsd-ports-gnome-d4f78f1b3fb7169e0c8edac4628ee62bd9319c8c.tar.zst
freebsd-ports-gnome-d4f78f1b3fb7169e0c8edac4628ee62bd9319c8c.zip
BROKEN on 7.0: Does not compile
Diffstat (limited to 'devel/commoncpp')
-rw-r--r--devel/commoncpp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile
index 852a83647b12..113002ca2ac4 100644
--- a/devel/commoncpp/Makefile
+++ b/devel/commoncpp/Makefile
@@ -36,7 +36,13 @@ INFO= commoncpp2
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN= "Does not compile on FreeBSD >= 7.0"
+.endif
+
pre-configure:
@${CP} ${LTMAIN} ${WRKSRC}/autoconf
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>