aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 01:43:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 01:43:38 +0000
commit30560721244043b98447c85942d2cba384e7d080 (patch)
tree52a8a36fd1b4be764c67a075100ce27859c6bb27 /security
parent5155c246bd427c54c751e13978d954af95437afa (diff)
downloadports-30560721244043b98447c85942d2cba384e7d080.tar.gz
ports-30560721244043b98447c85942d2cba384e7d080.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/gtk-knocker/Makefile8
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>