diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-15 22:23:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-15 22:23:45 +0000 |
commit | e93a6a36afc8987cc74d95415c89a1515edb5ae0 (patch) | |
tree | 388b7cffd675715e6c40bb2a802640620580372b /x11/tint | |
parent | 7720aa57a93a09e729d52e3e97d3c656f10c929d (diff) | |
download | ports-e93a6a36afc8987cc74d95415c89a1515edb5ae0.tar.gz ports-e93a6a36afc8987cc74d95415c89a1515edb5ae0.zip |
Notes
Diffstat (limited to 'x11/tint')
-rw-r--r-- | x11/tint/Makefile | 8 |
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> |