diff options
author | wulf <wulf> | 2006-04-26 01:48:50 +0000 |
---|---|---|
committer | wulf <wulf> | 2006-04-26 01:48:50 +0000 |
commit | e9f8a7b1af445aaf2eaa7562de581a81ea59ecd5 (patch) | |
tree | 9c59cd6d0350c34818ec6c8bb5a5a4b60f4d6b3e /ham/gmfsk/Makefile | |
parent | 89c9b1c1ee54535370087e654cd76f210fda91e0 (diff) | |
download | pkgsrc-e9f8a7b1af445aaf2eaa7562de581a81ea59ecd5.tar.gz |
Updated ham/gmfsk to 0.6nb7: Fixed build problem caused by definition of
log2() function in misc.c and several compiler warnings.
Diffstat (limited to 'ham/gmfsk/Makefile')
-rw-r--r-- | ham/gmfsk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gmfsk/Makefile b/ham/gmfsk/Makefile index 6c14afdde52..1c9791bcf95 100644 --- a/ham/gmfsk/Makefile +++ b/ham/gmfsk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2006/04/17 13:46:37 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/26 01:48:50 wulf Exp $ # DISTNAME= gmfsk-0.6 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= ham MASTER_SITES= http://gmfsk.connect.fi/ |