diff options
author | ghen <ghen> | 2008-09-18 12:17:59 +0000 |
---|---|---|
committer | ghen <ghen> | 2008-09-18 12:17:59 +0000 |
commit | 21fa3e2d38e6f6f0c26b14251955e53af2f9b6cf (patch) | |
tree | a72357bcaeba89b397ec1e2765162cc16d7ed104 /audio/easyh10/Makefile | |
parent | 16dae97a4d778e3d48cc31421f1bb66d29d1c038 (diff) | |
download | pkgsrc-21fa3e2d38e6f6f0c26b14251955e53af2f9b6cf.tar.gz |
Avoid dependency on GNU iconv by using standard names for encodings (instead
of GNUisms). NetBSD 4.0 supports the alternative names though, so this patch
could be removed later. Bump PKGREVISION.
Diffstat (limited to 'audio/easyh10/Makefile')
-rw-r--r-- | audio/easyh10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/easyh10/Makefile b/audio/easyh10/Makefile index 470d4117dca..49d9d8d9d73 100644 --- a/audio/easyh10/Makefile +++ b/audio/easyh10/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/01/04 18:08:34 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/09/18 12:17:59 ghen Exp $ DISTNAME= easyh10-1.5 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easyh10/} @@ -11,7 +12,6 @@ COMMENT= Database tool for the iRiver H10 digital audio player PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake -USE_GNU_ICONV= yes GNU_CONFIGURE= yes |