diff options
author | drochner <drochner@pkgsrc.org> | 2009-04-07 11:26:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-04-07 11:26:48 +0000 |
commit | 3c3cb3b7d066ae80ab1ffae97530a9227074cfd1 (patch) | |
tree | 9f3361f90b4811767d4a8856b5160cc2ee7d4e4e /sysutils/libgtop/Makefile | |
parent | d268423ca04d59df4688809dab03d1905c723f6a (diff) | |
download | pkgsrc-3c3cb3b7d066ae80ab1ffae97530a9227074cfd1.tar.gz |
minor fix for NetBSD: get netmask in the right byteorder
(this is ugly code, should use ioctl instead of kvm)
bump PKGREVISION
Diffstat (limited to 'sysutils/libgtop/Makefile')
-rw-r--r-- | sysutils/libgtop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/libgtop/Makefile b/sysutils/libgtop/Makefile index 176eb617881..b52e8ca1680 100644 --- a/sysutils/libgtop/Makefile +++ b/sysutils/libgtop/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2009/03/22 19:57:08 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2009/04/07 11:26:48 drochner Exp $ DISTNAME= libgtop-2.26.0 +PKGREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgtop/2.26/} EXTRACT_SUFX= .tar.bz2 |