diff options
author | wiz <wiz> | 2013-01-22 11:45:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-22 11:45:56 +0000 |
commit | 9af3fa6e426a1a4d3f8ca4407ebe075f71b440de (patch) | |
tree | fb5cb22de1b07067cc14fb118fa9f230aacae573 /multimedia/Makefile | |
parent | 4c497d5b40ea74518b2a106d3a54410bf327f776 (diff) | |
download | pkgsrc-9af3fa6e426a1a4d3f8ca4407ebe075f71b440de.tar.gz |
Add libdvbpsi0 -- the world isn't ready for libdvbpsi 1.x yet.
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 921ad4fba09..9fb1d187ff1 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.200 2013/01/22 11:41:19 wiz Exp $ +# $NetBSD: Makefile,v 1.201 2013/01/22 11:45:56 wiz Exp $ # COMMENT= Multimedia utilities @@ -91,6 +91,7 @@ SUBDIR+= libassetml SUBDIR+= libdv SUBDIR+= libdv-tools SUBDIR+= libdvbpsi +SUBDIR+= libdvbpsi0 SUBDIR+= libdvdcss SUBDIR+= libdvdnav SUBDIR+= libdvdplay |