diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 01:43:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 01:43:38 +0000 |
commit | 30560721244043b98447c85942d2cba384e7d080 (patch) | |
tree | 52a8a36fd1b4be764c67a075100ce27859c6bb27 /security/gtk-knocker/Makefile | |
parent | BROKEN on 5.x: broken pkg-plist (diff) |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=100435
Diffstat (limited to 'security/gtk-knocker/Makefile')
-rw-r--r-- | security/gtk-knocker/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/gtk-knocker/Makefile b/security/gtk-knocker/Makefile index 620ffdb3ef21..8d54d8b3a2e2 100644 --- a/security/gtk-knocker/Makefile +++ b/security/gtk-knocker/Makefile @@ -24,7 +24,13 @@ USE_GNOME= gtk12 MAN1= gtk-knocker.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: @${INSTALL_MAN} ${WRKSRC}/docs/gtk-knocker.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |