summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben>2004-03-05 22:34:27 +0000
committerben <ben>2004-03-05 22:34:27 +0000
commit56fb8f44735fe401a9f91cdeba892abbbe4afeaf (patch)
treeeeaf84b60629eb0a38adb5f5aa2b114ee9a6dd0b
parent30378a02e4c2e2e24f55e60b1f438c4bce1b2c6b (diff)
downloadpkgsrc-56fb8f44735fe401a9f91cdeba892abbbe4afeaf.tar.gz
Make note of libmodplug in doc/CHANGES, and add it to audio/Makefile.
-rw-r--r--audio/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 7b1cde57caa..5415c593798 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.216 2004/02/27 02:59:38 snj Exp $
+# $NetBSD: Makefile,v 1.217 2004/03/05 22:34:27 ben Exp $
#
COMMENT= Audio tools
@@ -94,6 +94,7 @@ SUBDIR+= libcddb
SUBDIR+= libid3tag
SUBDIR+= libmad
SUBDIR+= libmikmod
+SUBDIR+= libmodplug
SUBDIR+= libogg
SUBDIR+= libsamplerate
SUBDIR+= libshout
diff --git a/doc/CHANGES b/doc/CHANGES
index 452609feb9e..4acd29b1bc8 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5100 2004/03/05 19:42:06 jlam Exp $
+$NetBSD: CHANGES,v 1.5101 2004/03/05 22:34:27 ben Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1177,3 +1177,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated postfix to 2.0.18nb1 [grant 2004-03-05]
Added cln-1.1.6 [adam 2004-03-05]
Updated createbuildlink to 3.2 [jlam 2004-03-05]
+ Added libmodplug-0.7 [ben 2004-03-05]