diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-30 13:12:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-30 13:12:01 +0000 |
commit | 408112c092abccaffc6af5f1867186b331891a52 (patch) | |
tree | b5edc60f860eaad0452862cbfa9274b0f7b0c439 /net/ipsumdump/Makefile | |
parent | 2a406f8b3bc6835dc7fe0e864b5e6f47cc3817a3 (diff) |
Notes
Diffstat (limited to 'net/ipsumdump/Makefile')
-rw-r--r-- | net/ipsumdump/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/ipsumdump/Makefile b/net/ipsumdump/Makefile index d58ebefecc31..5f71d5e45c33 100644 --- a/net/ipsumdump/Makefile +++ b/net/ipsumdump/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipsumdump -PORTVERSION= 1.77 +PORTVERSION= 1.78 CATEGORIES= net MASTER_SITES= http://www.cs.ucla.edu/~kohler/ipsumdump/ \ http://core.inec.ru/~az/ @@ -43,4 +43,8 @@ post-install: .endfor .endif +.if ${OSVERSION} < 700000 +IGNORE= not supported +.endif + .include <bsd.port.post.mk> |