diff options
author | plunky <plunky@pkgsrc.org> | 2010-01-15 17:48:43 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2010-01-15 17:48:43 +0000 |
commit | 4af47cca4404acb0e3925e1d62f6897b18c796e2 (patch) | |
tree | c5ace6f7a82381145d1b0079c949588e3109376d /comms/obexapp/Makefile | |
parent | f166f68b262b7e41c0cc8c44e4862a997c9c4441 (diff) | |
download | pkgsrc-4af47cca4404acb0e3925e1d62f6897b18c796e2.tar.gz |
fairly minor update to 1.4.13
- obexapp does not now require GNU libiconv (this was in pkgsrc already)
- compiler errors fixed
- no longer tries to provide username/groupname in file listings (info
not available in chroot)
Diffstat (limited to 'comms/obexapp/Makefile')
-rw-r--r-- | comms/obexapp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 2f26f7ee966..bbe2646daff 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2009/12/01 11:18:48 drochner Exp $ +# $NetBSD: Makefile,v 1.25 2010/01/15 17:48:44 plunky Exp $ # -DISTNAME= obexapp-1.4.12 -PKGREVISION= 1 +DISTNAME= obexapp-1.4.13 CATEGORIES= comms MASTER_SITES= http://people.freebsd.org/~emax/obexapp/ |