aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Glib2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-05-25 07:34:55 +0800
committerpav <pav@FreeBSD.org>2010-05-25 07:34:55 +0800
commit4c2bf8ec4fcfbe389a8ef7844e193ebd082297ac (patch)
tree2e9dd149db56418304dff29ee698a612e52412c0 /devel/p5-Glib2
parentf3036fc5530401e8fe7349e5f7d1fdeccf1fd870 (diff)
downloadfreebsd-ports-gnome-4c2bf8ec4fcfbe389a8ef7844e193ebd082297ac.tar.gz
freebsd-ports-gnome-4c2bf8ec4fcfbe389a8ef7844e193ebd082297ac.tar.zst
freebsd-ports-gnome-4c2bf8ec4fcfbe389a8ef7844e193ebd082297ac.zip
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Diffstat (limited to 'devel/p5-Glib2')
-rw-r--r--devel/p5-Glib2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Glib2/Makefile b/devel/p5-Glib2/Makefile
index 3d3d343d1042..6b475bdbb1cb 100644
--- a/devel/p5-Glib2/Makefile
+++ b/devel/p5-Glib2/Makefile
@@ -22,8 +22,14 @@ USE_GNOME= glib20
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
post-install:
@cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \
's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>