diff options
author | marino <marino> | 2011-12-12 07:11:06 +0000 |
---|---|---|
committer | marino <marino> | 2011-12-12 07:11:06 +0000 |
commit | 8ea0879871a4ad6b1bb5f59c18d005b199e7181a (patch) | |
tree | 90aa1d3fe3acd524571df956b61dd4ed365255aa /games/velena | |
parent | 4e27b76c39439911251fc5056b3f81eddcfee407 (diff) | |
download | pkgsrc-8ea0879871a4ad6b1bb5f59c18d005b199e7181a.tar.gz |
games/velena: Mask DragonFly-x86_64
DragonFly x86_64 can't build 32-bit binaries.
Diffstat (limited to 'games/velena')
-rw-r--r-- | games/velena/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/velena/Makefile b/games/velena/Makefile index 850d86819df..e56eb474c4e 100644 --- a/games/velena/Makefile +++ b/games/velena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/05/28 22:41:43 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2011/12/12 07:11:06 marino Exp $ # DISTNAME= veleng10 @@ -17,6 +17,7 @@ RESTRICTED= You must not charge a fee for this software nor for any derived wor NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} +NOT_FOR_PLATFORM= DragonFly-*-x86_64 # Can't build 32-bit binaries PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_OPTS_ZIP= -LLaqo |