summaryrefslogtreecommitdiff
path: root/audio/libdca/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-18 07:55:42 +0000
committerrillig <rillig@pkgsrc.org>2006-06-18 07:55:42 +0000
commit5298552c8fea35e0cc324926397489b7ba6521cc (patch)
tree13cfe87459b5e26971f5d000587fe6a6d16b9879 /audio/libdca/Makefile
parent074d65d7e8ee90754e3b66c098a5a1dfbe364f8f (diff)
downloadpkgsrc-5298552c8fea35e0cc324926397489b7ba6521cc.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'audio/libdca/Makefile')
-rw-r--r--audio/libdca/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libdca/Makefile b/audio/libdca/Makefile
index 76469994424..69f0c4724e8 100644
--- a/audio/libdca/Makefile
+++ b/audio/libdca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/04/22 09:22:06 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/18 07:55:42 rillig Exp $
#
DISTNAME= libdts-0.0.2
@@ -17,7 +17,7 @@ NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
-GNU_CONFIGURE= yes
-USE_TOOLS= pkg-config
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
.include "../../mk/bsd.pkg.mk"