diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-09 03:09:28 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-09 03:09:28 +0000 |
commit | 78604ed669aaa28dc26e4db0fc7ff002da79e03a (patch) | |
tree | 24b968e069dc85e49e6527f839b1a23931b6f7fd | |
parent | Upgrade to CSSC-0.15alpha.pl0. (diff) |
Mark memgrep as i386 only.
-rw-r--r-- | sysutils/memgrep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/memgrep/Makefile b/sysutils/memgrep/Makefile index bf5c9bfea67d..326ec485b1fb 100644 --- a/sysutils/memgrep/Makefile +++ b/sysutils/memgrep/Makefile @@ -16,6 +16,8 @@ COMMENT= Utility to manipulate memory from running processes and core files HAS_CONFIGURE= yes INSTALLS_SHLIB= yes +ONLY_FOR_ARCHS= i386 + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/html |