aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-24 23:29:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-24 23:29:00 +0000
commit0c3dfc0e14711dfe25151ec6558b40ebeb6775de (patch)
tree57c539b8c74c1235881877ffd2cf496c19c627b5 /devel
parentfa5576457adc6012b2722b0c5fbcc57f9fb0f348 (diff)
downloadports-0c3dfc0e14711dfe25151ec6558b40ebeb6775de.tar.gz
ports-0c3dfc0e14711dfe25151ec6558b40ebeb6775de.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/libgsf/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index ea9f824e7151..b291c434932f 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -45,4 +45,12 @@ GCONF_SCHEMAS= gsf-office-thumbnailer.schemas
PLIST_SUB+= THUMB="@comment "
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(GSF_SLAVE)
+.if ${OSVERSION} < 700000
+BROKEN= does not configure on 6.X
+.endif
+.endif
+
+.include <bsd.port.post.mk>