diff options
author | wulf <wulf@pkgsrc.org> | 2003-08-05 03:35:48 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2003-08-05 03:35:48 +0000 |
commit | 19b80887b21e89912c95b3913ef2a41a78b8eb70 (patch) | |
tree | 19fd66c97e3b58eecf351d5104053ffde5aa187b /misc/Makefile | |
parent | 8fdc38d195fbbabf9ad9bdf330d1075bd02c48a5 (diff) | |
download | pkgsrc-19b80887b21e89912c95b3913ef2a41a78b8eb70.tar.gz |
Added and enabled libdvdplay: simple API library designed for DVD navigation
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index f5f08d97b38..01fab6471c6 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.163 2003/07/28 14:58:07 drochner Exp $ +# $NetBSD: Makefile,v 1.164 2003/08/05 03:35:48 wulf Exp $ # COMMENT= Miscellaneous utilities @@ -85,6 +85,7 @@ SUBDIR+= kstars SUBDIR+= ktail SUBDIR+= less SUBDIR+= libdvdcss +SUBDIR+= libdvdplay SUBDIR+= libdvdread SUBDIR+= libutf SUBDIR+= lile |