diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-22 22:51:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-22 22:51:14 +0000 |
commit | d7585ae546c4ce01a05cc9e549cc891669c818a1 (patch) | |
tree | f671aa539ca9719866dc012fbce6a404c11b25ab /games/HeroesOfMightAndMagic | |
parent | Add sendok, a command line utility for generating qmail email addresses with (diff) |
Adding amd64 to ONLY_FOR_ARCHS. Submitter [1] reportet that the port
builds on amd64.
PR: 87530
Reportet by: Simun Mikecin <numisemis@yahoo.com> [1]
Approved by: Holger Lamm <holger@e-gitt.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=146143
Diffstat (limited to 'games/HeroesOfMightAndMagic')
-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 1518ee2cebdc..ae37f918fba3 100644 --- a/games/HeroesOfMightAndMagic/Makefile +++ b/games/HeroesOfMightAndMagic/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux PLIST= ${WRKDIR}/PLIST IS_INTERACTIVE= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes NO_BUILD= yes NO_WRKSUBDIR= yes |