diff options
author | bsam <bsam@FreeBSD.org> | 2006-09-07 19:04:09 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-09-07 19:04:09 +0800 |
commit | 81cf06dea9a4684d94758b85e8a578a393fb2e34 (patch) | |
tree | a3e001387ad05386f5085ee0ff2ae20651a1360e /sysutils/linux-megamgr | |
parent | 09a97a65677764afa1c1ed75da9a03b4e0ac1284 (diff) | |
download | freebsd-ports-gnome-81cf06dea9a4684d94758b85e8a578a393fb2e34.tar.gz freebsd-ports-gnome-81cf06dea9a4684d94758b85e8a578a393fb2e34.tar.zst freebsd-ports-gnome-81cf06dea9a4684d94758b85e8a578a393fb2e34.zip |
Add amd64 to ONLY_FOR_ARCHS.
Submitted by: Patrick M. Hausen <pmh at hausen.com> (maintainer by email)
Diffstat (limited to 'sysutils/linux-megamgr')
-rw-r--r-- | sysutils/linux-megamgr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/linux-megamgr/Makefile b/sysutils/linux-megamgr/Makefile index 884178b7a19d..5600c2d7e326 100644 --- a/sysutils/linux-megamgr/Makefile +++ b/sysutils/linux-megamgr/Makefile @@ -17,7 +17,7 @@ COMMENT= LSI MegaRAID controller management utility NO_WRKSUBDIR= yes USE_ZIP= yes RESTRICTED= Redistribution prohibited, see: http://www.lsi.com/cm/License.do -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes SUB_FILES= megamgr.sh |