diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-08 21:30:35 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-08 21:30:35 +0000 |
commit | ef77699f3361d82d8612b1cff77636cee91935f1 (patch) | |
tree | 89207cf53bd82858c76afa67cc1a165f1338a59d | |
parent | babb9fb03aed3d23f78e2a42223fe0c1b5b59dfb (diff) | |
download | freebsd-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.
-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 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) |