diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-17 13:56:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-17 13:56:54 +0800 |
commit | 3aeb36af343bdab3c9543ec09dcc894df1a7b012 (patch) | |
tree | 251beeb586af2a375498fbe8c81e6b201e394d25 /sysutils | |
parent | 0cd62b7e0026b0133c0b971bcfe8043ff0855ab8 (diff) | |
download | freebsd-ports-gnome-3aeb36af343bdab3c9543ec09dcc894df1a7b012.tar.gz freebsd-ports-gnome-3aeb36af343bdab3c9543ec09dcc894df1a7b012.tar.zst freebsd-ports-gnome-3aeb36af343bdab3c9543ec09dcc894df1a7b012.zip |
I don't think there is a reason to build this on powerpc/sparc64.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mcelog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/mcelog/Makefile b/sysutils/mcelog/Makefile index e3a2a94efe38..d5a820960157 100644 --- a/sysutils/mcelog/Makefile +++ b/sysutils/mcelog/Makefile @@ -21,6 +21,8 @@ COMMENT= Collects and decodes Machine Check Exception data LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 ia64 + PATCH_STRIP= -p1 USE_GMAKE= yes |