summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-25 03:03:56 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-25 03:03:56 +0000
commit5e3553d8773e00dd26619513808c48d319ed6b99 (patch)
tree213a5eb037b2e7e29171912550862cccb150a2d7 /sysutils
parentbroken => fetch fails (diff)
update MASTER_SITES and mark BROKEN for non-current.
PR: 13943 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=21931
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wmhm/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/wmhm/Makefile b/sysutils/wmhm/Makefile
index 73cdbefc7c24..ee3bc9c98679 100644
--- a/sysutils/wmhm/Makefile
+++ b/sysutils/wmhm/Makefile
@@ -9,11 +9,16 @@
DISTNAME= wmhm-1.1
CATEGORIES= sysutils windowmaker
MASTER_SITES= ftp://mongol.dhis.org/pub/wmhm/ \
- http://www.es.co.nz/~mmuir/ \
- ftp://ftp.neospeed.com/pub/
+ http://www.es.co.nz/~mmuir/
MAINTAINER= mmuir@es.co.nz
WRKSRC= ${WRKDIR}/wmhm/wmhm
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400000
+BROKEN= 'wmhm requires intpm which is only available in 4.0-CURRENT."
+.endif
+
+.include <bsd.port.post.mk>