diff options
author | pav <pav@FreeBSD.org> | 2010-04-16 06:23:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-04-16 06:23:45 +0800 |
commit | e990b04f62bbdc8607e42acd3d8162c8be3fd150 (patch) | |
tree | 9c42491da9e67477b4ba4525442b3939e01c1e1d | |
parent | 73fac64071508218ea04028f955adeda920cae01 (diff) | |
download | freebsd-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/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> |