diff options
author | cube <cube@pkgsrc.org> | 2004-03-29 06:47:30 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-03-29 06:47:30 +0000 |
commit | 511eccffe862c3b1229c9bf261948b9e14dc6bac (patch) | |
tree | 4c153b030b9471daf75d68370896a96f634319d2 /sysutils/gkrellm/Makefile | |
parent | 44e183646d508c5cc2f9c8f3552e6ec3d8e6854d (diff) | |
download | pkgsrc-511eccffe862c3b1229c9bf261948b9e14dc6bac.tar.gz |
Update to 2.1.28.
pkgsrc changes:
o provide GKRELLM_DEBUG to easily build a debug version (should help with
the spinning gkrellm issue)
o don't strip binaries in debug mode
o small gkrellm Makefiles fixes
GKrellM changes (from Changelog):
o Stephan Kapfinger <s.kapfinger--at--gmx.de> mail.c patch fixes bug
I introduced into the last release where parsing of the mail reader
command could fail.
Diffstat (limited to 'sysutils/gkrellm/Makefile')
-rw-r--r-- | sysutils/gkrellm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile index 1090ce6ea0b..a77a6082f6c 100644 --- a/sysutils/gkrellm/Makefile +++ b/sysutils/gkrellm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2004/03/26 02:27:54 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2004/03/29 06:47:30 cube Exp $ .include "Makefile.common" -PKGREVISION= 2 +PKGREVISION= # defined GKRELLM_PKGBASE= gkrellm WRKSRC= ${GKRELLM_SRCDIR} |