diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-15 21:23:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-15 21:23:10 +0000 |
commit | 8015c893cf486562a1d8e0a25779893e0e314f91 (patch) | |
tree | 39e80ef46870bb29dea1aea78cfd85b6ea19b599 /multimedia/libdvdread/Makefile | |
parent | 9761aaf37f5d955283941a2e98d66b240d553116 (diff) | |
download | pkgsrc-8015c893cf486562a1d8e0a25779893e0e314f91.tar.gz |
Remove workaround for ifo_types.h header to automatically include
stdint.h or inttypes.h.
1. it is broken
2. the applications should be fixed instead, as the library authors
intended when they changed the behaviour.
Bump PKGREVISION.
Diffstat (limited to 'multimedia/libdvdread/Makefile')
-rw-r--r-- | multimedia/libdvdread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index a840dc63f1a..7e975cca2db 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2006/04/12 17:49:07 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/15 21:23:10 wiz Exp $ DISTNAME= libdvdread-0.9.5 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ |