diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-21 20:39:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-21 20:39:49 +0000 |
commit | c80db1b061daf87bef75f27700dba5187ec2ea97 (patch) | |
tree | ca7fc923a7a644c321e272faf2acbc6f91134107 /audio/Makefile | |
parent | 338ac39621974e5aa152da7d297b1813d16fe682 (diff) | |
download | ports-c80db1b061daf87bef75f27700dba5187ec2ea97.tar.gz ports-c80db1b061daf87bef75f27700dba5187ec2ea97.zip |
Notes
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/Makefile b/audio/Makefile index 1dabc5cff026..978510ca5cf7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,12 +1,11 @@ -# $Id: Makefile,v 1.17 1995/05/14 07:12:08 asami Exp $ +# $Id: Makefile,v 1.18 1995/06/10 02:36:44 jkh Exp $ # # RESTRICTED: xmcd (needs Motif, xmcd itself isn't restricted) # # BROKEN: gmod -# BROKEN: rplay (can't connect to master site) # BROKEN: rsynth (can't find a master site) # -SUBDIR= gsm maplay nas playmidi s3mod sox tracker xcd xcdplayer +SUBDIR= gsm maplay nas playmidi rplay s3mod sox tracker xcd xcdplayer .include <bsd.port.subdir.mk> |