diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-25 21:03:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-25 21:03:39 +0000 |
commit | 3a52a84dfdd501cb66f2df624843c64b410cf56c (patch) | |
tree | 3c053bdb51a31f7cf0dbcd00cd4afd7f2180664d /x11 | |
parent | stray $ (diff) |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=255081
Diffstat (limited to 'x11')
-rw-r--r-- | x11/evilvte/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/evilvte/Makefile b/x11/evilvte/Makefile index 973c5009e1ba..b5e5fc653712 100644 --- a/x11/evilvte/Makefile +++ b/x11/evilvte/Makefile @@ -21,6 +21,12 @@ USE_GNOME= vte MAN1= evilvte.1 showvte.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + pre-everything:: .if !defined(EVILVTE_CONF) @${ECHO_MSG} @@ -43,4 +49,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/misc/evilvte.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/misc/showvte.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |