aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-04-16 06:23:45 +0800
committerpav <pav@FreeBSD.org>2010-04-16 06:23:45 +0800
commite990b04f62bbdc8607e42acd3d8162c8be3fd150 (patch)
tree9c42491da9e67477b4ba4525442b3939e01c1e1d
parent73fac64071508218ea04028f955adeda920cae01 (diff)
downloadfreebsd-ports-gnome-e990b04f62bbdc8607e42acd3d8162c8be3fd150.tar.gz
freebsd-ports-gnome-e990b04f62bbdc8607e42acd3d8162c8be3fd150.tar.zst
freebsd-ports-gnome-e990b04f62bbdc8607e42acd3d8162c8be3fd150.zip
- Mark BROKEN on 6.X: does not link
Reported by: pointyhat
-rw-r--r--x11/tint/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/tint/Makefile b/x11/tint/Makefile
index 829bb1cbcf7e..abfa9532b065 100644
--- a/x11/tint/Makefile
+++ b/x11/tint/Makefile
@@ -37,6 +37,12 @@ MAN1= tint2.1
PORTDOCS= AUTHORS ChangeLog README NEWS
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not link
+.endif
+
post-patch:
@${CP} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed
@${SED} -e "s# install-dist_docDATA##" \
@@ -70,4 +76,4 @@ PLIST_FILES+= ${EXAMPLESDIR_REL}/${file}
PLIST_DIRS+= ${EXAMPLESDIR_REL}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>