diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 10:46:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 10:46:23 +0000 |
commit | ed0b26a4c46ec0d88a9b0f47ef523cf9096eb11b (patch) | |
tree | 17642da7689633ec90c6fa18490405397f24b178 | |
parent | Activate xantfarm. (diff) |
Add a comment for the reason of IS_INTERACTIVE.
-rw-r--r-- | audio/playmidi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index 56e4a8b8075d..6812ee756c62 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Feb 1995 # Whom: ache # -# $Id: Makefile,v 1.6 1996/11/15 10:52:00 asami Exp $ +# $Id: Makefile,v 1.7 1996/11/18 10:34:31 asami Exp $ # DISTNAME= playmidi-2.3 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= apps/sound/players MAINTAINER= ache@FreeBSD.ORG -IS_INTERACTIVE= YES +IS_INTERACTIVE= YES # asks what devices you want to support HAS_CONFIGURE= YES CONFIGURE_SCRIPT= Configure CONFIGURE_ENV= PREFIX=${PREFIX} |