aboutsummaryrefslogtreecommitdiff
path: root/x11/tint
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-04-15 22:23:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-04-15 22:23:45 +0000
commite93a6a36afc8987cc74d95415c89a1515edb5ae0 (patch)
tree388b7cffd675715e6c40bb2a802640620580372b /x11/tint
parent7720aa57a93a09e729d52e3e97d3c656f10c929d (diff)
downloadports-e93a6a36afc8987cc74d95415c89a1515edb5ae0.tar.gz
ports-e93a6a36afc8987cc74d95415c89a1515edb5ae0.zip
Notes
Diffstat (limited to 'x11/tint')
-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>