diff options
author | hubertf <hubertf> | 1998-05-09 21:26:53 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-05-09 21:26:53 +0000 |
commit | 3225ce77b25974baf34aaa85e347351487f630cd (patch) | |
tree | 139690fe7eda3c9c883bae4a82a15fed6df75ff1 | |
parent | 7ad5ae5f4d4c000af4f95343e48f9c63f74014a5 (diff) | |
download | pkgsrc-3225ce77b25974baf34aaa85e347351487f630cd.tar.gz |
Yet another pkg that wants X on during building.
-rw-r--r-- | audio/timidity/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 918d65ade43..f96d6a81060 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/04/24 09:20:33 agc Exp $ +# $NetBSD: Makefile,v 1.13 1998/05/09 21:26:53 hubertf Exp $ # DISTNAME= timidity-0.2i @@ -17,6 +17,10 @@ DEPENDS+= tk-8.0p2:../../x11/tk80 NO_CDROM= "Uses copyrighted patches" +# this pkg opens some X connectin +.ifndef DISPLAY +IS_INTERACTIVE= yes +.endif EXTRACT_ONLY= ${DISTNAME}.tar.gz INSTALL_TARGET= install.all MAN1= timidity.1 |