aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-08 02:50:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-08 02:50:27 +0000
commit98332e5f0076686d7f5d691827c0d1f6c9b52531 (patch)
tree846e1bb0012daf7518b42bcf18884a5bedb06c6a /audio
parent6840df58b0de6b946551f8a01b5791df72a4e10b (diff)
downloadports-98332e5f0076686d7f5d691827c0d1f6c9b52531.tar.gz
ports-98332e5f0076686d7f5d691827c0d1f6c9b52531.zip
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100328
Diffstat (limited to 'audio')
-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>