diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-03 15:25:53 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-03 15:25:53 +0000 |
commit | a37446b1dc89c7075086bea600423ec661510369 (patch) | |
tree | f98889cf14af6fbab022fbc23a8fff02b377a113 /databases/mysql40-server | |
parent | Changed MASTER_SITE as the old one is permanently down. (diff) |
Don't limit architectures.
Noticed by: Petri Helenius <pete@he.iki.fi>
Approved by: nork (mentor/implicitly)
Notes
Notes:
svn path=/head/; revision=99883
Diffstat (limited to 'databases/mysql40-server')
-rw-r--r-- | databases/mysql40-server/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index 07cd884b0733..0dd612daf7cb 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-server/Makefile @@ -112,8 +112,6 @@ CONFLICTS= mysql-server-3.* mysql-server-4.[1-9].* mysql-server-5.* PLIST_SUB= DB_DIR=${DB_DIR} \ MYSQL_VERSION=${PORTVERSION} -ONLY_FOR_ARCHS= i386 alpha sparc64 - DOCS= manual.html manual.txt manual_toc.html INFO= mysql |