diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-25 11:03:56 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-25 11:03:56 +0800 |
commit | 03e49c5ecb8a49c62c286564fa79e4581ab03610 (patch) | |
tree | f3df46b2d3efd3601af82290f7cdb084d022fafb /sysutils | |
parent | adef970b476b68febc4b9cc121f9233c36d31eb2 (diff) | |
download | freebsd-ports-gnome-03e49c5ecb8a49c62c286564fa79e4581ab03610.tar.gz freebsd-ports-gnome-03e49c5ecb8a49c62c286564fa79e4581ab03610.tar.zst freebsd-ports-gnome-03e49c5ecb8a49c62c286564fa79e4581ab03610.zip |
update MASTER_SITES and mark BROKEN for non-current.
PR: 13943
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmhm/Makefile | 11 |
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> |