diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1994-12-08 21:30:35 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1994-12-08 21:30:35 +0000 |
commit | f09bd9fa5bce84b62d59d49b56f56d340e8151c5 (patch) | |
tree | 3b2b3b79df181fd241064486d2aa2add178093cb /games/xmris | |
parent | 4db72270ace8df7bd8757e7928b86bbaf92e8e83 (diff) | |
download | FreeBSD-ports-f09bd9fa5bce84b62d59d49b56f56d340e8151c5.zip FreeBSD-ports-f09bd9fa5bce84b62d59d49b56f56d340e8151c5.tar.gz |
Add the IS_INTERACTIVE flag to stop it hosing batch builds when
you aren't running X11. Non-ideal solution to non-ideal world.
Diffstat (limited to 'games/xmris')
-rw-r--r-- | games/xmris/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 4f4abca..7121727 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) |