aboutsummaryrefslogtreecommitdiffstats
path: root/audio/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-04-12 16:20:51 +0800
committerasami <asami@FreeBSD.org>1996-04-12 16:20:51 +0800
commitdf23992c48230c312bd6e3b9a6b5b3fec3dadcfd (patch)
tree1c1aa9c347d6db72b7db82496fd6a20edf023e68 /audio/Makefile
parent7cfcf4e5edd3ea97b8e321bc93e211819bf00ad4 (diff)
downloadfreebsd-ports-gnome-df23992c48230c312bd6e3b9a6b5b3fec3dadcfd.tar.gz
freebsd-ports-gnome-df23992c48230c312bd6e3b9a6b5b3fec3dadcfd.tar.zst
freebsd-ports-gnome-df23992c48230c312bd6e3b9a6b5b3fec3dadcfd.zip
Add gmod and xmcd to SUBDIR list. (xmcd uses Motif.)
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/Makefile b/audio/Makefile
index f1cca647b354..0ae6bd2a7d2e 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.23 1995/10/03 11:45:05 asami Exp $
+# $Id: Makefile,v 1.24 1995/11/26 12:47:37 asami Exp $
#
- BROKEN += gmod
+ SUBDIR += gmod
SUBDIR += gsm
SUBDIR += maplay
SUBDIR += nas
@@ -15,7 +15,7 @@
SUBDIR += workman
SUBDIR += xcd
SUBDIR += xcdplayer
-RESTRICTED += xmcd # needs Motif, xmcd itself isn't restricted
+ SUBDIR += xmcd
SUBDIR += xmix
.include <bsd.port.subdir.mk>