diff options
author | tg <tg@FreeBSD.org> | 1999-06-01 18:49:57 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-06-01 18:49:57 +0800 |
commit | 3cee76f255b835f65c279f419fc46801bcda02ad (patch) | |
tree | 08de4ad7f1e18834a3fc13a8dc56060a0e084bd7 /audio | |
parent | 42885f2e1365b35b7fd36cb177736f799388e509 (diff) | |
download | freebsd-ports-graphics-3cee76f255b835f65c279f419fc46801bcda02ad.tar.gz freebsd-ports-graphics-3cee76f255b835f65c279f419fc46801bcda02ad.tar.zst freebsd-ports-graphics-3cee76f255b835f65c279f419fc46801bcda02ad.zip |
Activate libcdaudio.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index c054c321c4b..2707b17bcc4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.89 1999/05/29 04:47:45 steve Exp $ +# $Id: Makefile,v 1.90 1999/05/29 04:59:31 steve Exp $ # SUBDIR += amp @@ -27,6 +27,7 @@ SUBDIR += kmpg SUBDIR += lamer SUBDIR += libaudiofile + SUBDIR += libcdaudio SUBDIR += libmikmod SUBDIR += linux-realplayer SUBDIR += maplay |