aboutsummaryrefslogtreecommitdiffstats
path: root/audio/workman
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-08 10:50:27 +0800
committerkris <kris@FreeBSD.org>2004-02-08 10:50:27 +0800
commitf97ca6caf7d85a707707760cf5638d287af19777 (patch)
tree4dc6e116e441a1182eca4f713c6e74497cbd7d13 /audio/workman
parent9021289b7f693e4e9750f040e2c85471379c5f59 (diff)
downloadfreebsd-ports-gnome-f97ca6caf7d85a707707760cf5638d287af19777.tar.gz
freebsd-ports-gnome-f97ca6caf7d85a707707760cf5638d287af19777.tar.zst
freebsd-ports-gnome-f97ca6caf7d85a707707760cf5638d287af19777.zip
BROKEN on 5.x: does not compile
Diffstat (limited to 'audio/workman')
-rw-r--r--audio/workman/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/workman/Makefile b/audio/workman/Makefile
index d00501fa2f70..78ab3ad215ee 100644
--- a/audio/workman/Makefile
+++ b/audio/workman/Makefile
@@ -23,7 +23,13 @@ MAN1= workman.1
MAN5= workmandb.5
XFREE86_HTML_MAN=no
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
post-install:
${GZIP_CMD} ${X11BASE}/man/man5/workmandb.5
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>