diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-08 19:25:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-08 19:25:32 +0000 |
commit | 33043e8906ade7c413b9b8eed2210b76079b5d92 (patch) | |
tree | f86a18910b514eba7f155570d48c7ed905d33180 /audio | |
parent | c1961bd5a92f878fc01ad4d9689762be23b9432d (diff) | |
download | pkgsrc-33043e8906ade7c413b9b8eed2210b76079b5d92.tar.gz |
Minor pkglint cleanup, from Sergey Svishchev.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libdca/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libdca/Makefile b/audio/libdca/Makefile index 35f32bc52fe..6e1a7e44686 100644 --- a/audio/libdca/Makefile +++ b/audio/libdca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/07/17 18:32:11 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2007/03/08 19:25:32 wiz Exp $ # DISTNAME= libdts-0.0.2 @@ -12,10 +12,10 @@ HOMEPAGE= http://developers.videolan.org/libdca.html COMMENT= Free DTS Coherent Acoustics decoder RESTRICTED= Unresolved patent issue -NO_SRC_ON_CDROM=${RESTRICTED} -NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM=${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |