diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-22 08:25:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-22 08:25:26 +0000 |
commit | f6e11e3102931a6d44f47c03ab3147fd0ab56633 (patch) | |
tree | ce55a48c7fe069ab7ba5bb6147994ae010052176 /games/HeroesOfMightAndMagic/Makefile | |
parent | 26efc48f92bc09303a4d52b9ea2f6e85e8130f1e (diff) | |
download | ports-f6e11e3102931a6d44f47c03ab3147fd0ab56633.tar.gz ports-f6e11e3102931a6d44f47c03ab3147fd0ab56633.zip |
Notes
Diffstat (limited to 'games/HeroesOfMightAndMagic/Makefile')
-rw-r--r-- | games/HeroesOfMightAndMagic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/HeroesOfMightAndMagic/Makefile b/games/HeroesOfMightAndMagic/Makefile index 20ececb06ee9..6bce570a05e4 100644 --- a/games/HeroesOfMightAndMagic/Makefile +++ b/games/HeroesOfMightAndMagic/Makefile @@ -25,7 +25,7 @@ GAMEFILES= README Heroes_III_Tutorial.pdf icon.bmp icon.xpm DATAFILES= *.lod *.snd .if !defined(CDROM_MOUNT) -BROKEN= ${PKGNAME} requires CDROM_MOUNT to be set to the mount point of the CD +IGNORE= ${PKGNAME} requires CDROM_MOUNT to be set to the mount point of the CD .endif do-install: |