aboutsummaryrefslogtreecommitdiff
path: root/games/xmris
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1994-12-08 21:30:35 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1994-12-08 21:30:35 +0000
commitef77699f3361d82d8612b1cff77636cee91935f1 (patch)
tree89207cf53bd82858c76afa67cc1a165f1338a59d /games/xmris
parentbabb9fb03aed3d23f78e2a42223fe0c1b5b59dfb (diff)
downloadports-ef77699f3361d82d8612b1cff77636cee91935f1.tar.gz
ports-ef77699f3361d82d8612b1cff77636cee91935f1.zip
Add the IS_INTERACTIVE flag to stop it hosing batch builds when
you aren't running X11. Non-ideal solution to non-ideal world.
Notes
Notes: svn path=/head/; revision=545
Diffstat (limited to 'games/xmris')
-rw-r--r--games/xmris/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile
index 4f4abcab7457..7121727b8360 100644
--- a/games/xmris/Makefile
+++ b/games/xmris/Makefile
@@ -2,6 +2,7 @@ DISTNAME= xmris.4.02
USE_IMAKE= yes
USE_GMAKE= yes
MASTER_SITES= ftp://ftp.x.org/R5contrib/
+IS_INTERACTIVE= yes
pre-install:
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)