diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-05 12:47:32 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-05 12:47:32 +0000 |
commit | 7266ee393a25fbc0c54e4d36a9bfde45dfb68973 (patch) | |
tree | eb958b4b1bdbc41b361a907d9c3573a03659657d /sysutils/lavaps/Makefile | |
parent | b0f9c946a3cddcebabfa971238d9745bd5b7ca4d (diff) |
Notes
Diffstat (limited to 'sysutils/lavaps/Makefile')
-rw-r--r-- | sysutils/lavaps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 4221acc1c1c5..fe37bc06d1c8 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lavaps -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= sysutils MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ @@ -17,7 +17,7 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500014 BROKEN= Changes to process info structs returned by kernel renders \ - lavaps unbuildable - author has been made aware of this. + lavaps unbuildable - author has been made aware of this .endif GNU_CONFIGURE= yes |