1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

devel/gnome-builder: utilize nowaday way to define BROKEN

This commit is contained in:
Ruslan Makhmatkhanov 2016-01-25 20:39:02 +00:00
parent d97c4d4c85
commit 9a7a03961e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407240

View File

@ -21,6 +21,8 @@ LIB_DEPENDS= libgit2-glib-1.0.so:${PORTSDIR}/devel/libgit2-glib \
libgjs.so:${PORTSDIR}/lang/gjs \
libpcre.so:${PORTSDIR}/devel/pcre
BROKEN_FreeBSD_9= Does not builds
PORTSCOUT= limitw:1,even
PORTDOCS= *
@ -40,10 +42,4 @@ GLIB_SCHEMAS= org.gnome.builder.editor.gschema.xml \
org.gnome.builder.experimental.gschema.xml \
org.gnome.builder.project-tree.gschema.xml
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
BROKEN= does not builds
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>