diff options
author | mva <mva@FreeBSD.org> | 2013-12-22 16:25:26 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-22 16:25:26 +0800 |
commit | e47afc4f33710336d13509b540285846fc8fea2f (patch) | |
tree | ce55a48c7fe069ab7ba5bb6147994ae010052176 /games | |
parent | 8e00e1a6a6b43d65eaf236d6d80cb0eebdce3465 (diff) | |
download | freebsd-ports-gnome-e47afc4f33710336d13509b540285846fc8fea2f.tar.gz freebsd-ports-gnome-e47afc4f33710336d13509b540285846fc8fea2f.tar.zst freebsd-ports-gnome-e47afc4f33710336d13509b540285846fc8fea2f.zip |
- Change BROKEN to IGNORE, if no CDROM_MOUNT is specified
to soothe the package builds
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (via mail)
Diffstat (limited to 'games')
-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: |