diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-10 01:46:52 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-10 01:46:52 +0000 |
commit | 75e0a286235bf5dde9a40efdf2dcc06a84d53a20 (patch) | |
tree | 3e073a78bfc5731334943114727010fae50a4744 /sysutils/memtest86 | |
parent | 53cfb4d9a3eeecbc7f9c58cb78e0357b5c00039f (diff) |
Notes
Diffstat (limited to 'sysutils/memtest86')
-rw-r--r-- | sysutils/memtest86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile index 6a4812b7a2c7..36556382e5cf 100644 --- a/sysutils/memtest86/Makefile +++ b/sysutils/memtest86/Makefile @@ -14,7 +14,7 @@ DISTFILES= ${DISTNAME:S,b,s,}${EXTRACT_SUFX} ${DISTNAME:S,b,s,}.iso.zip MAINTAINER= sylvio@FreeBSD.org COMMENT= Stand alone memory test for x86 architecture computers -EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip ONLY_FOR_ARCHS= i386 |