diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-09 00:53:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-09 00:53:02 +0800 |
commit | 861b370243078b1afc1d9d5e272fd20fd358ca15 (patch) | |
tree | e41cbcce8c45d8d72a0da28cbb516c832944817f /net-p2p | |
parent | d956bf0c57360941082097d576c6a29d9e139cdf (diff) | |
download | freebsd-ports-gnome-861b370243078b1afc1d9d5e272fd20fd358ca15.tar.gz freebsd-ports-gnome-861b370243078b1afc1d9d5e272fd20fd358ca15.tar.zst freebsd-ports-gnome-861b370243078b1afc1d9d5e272fd20fd358ca15.zip |
- Allow to build on AMD64
PR: 144165 144167 144168 144170 144171 144172 144173 144174
144183 144493 144496
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linux-edonkey-core/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-server/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-tool-recovermet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/linux-jigdo/Makefile | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/linux-edonkey-core/Makefile b/net-p2p/linux-edonkey-core/Makefile index dcbf8cf69ae4..33c0756ff581 100644 --- a/net-p2p/linux-edonkey-core/Makefile +++ b/net-p2p/linux-edonkey-core/Makefile @@ -12,12 +12,12 @@ CATEGORIES= net-p2p linux MASTER_SITES= http://www.zen18864.zen.co.uk/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= linux- PKGNAMESUFFIX= -core -DISTNAME= ${PORTNAME}clc_${PORTVERSION}_${ARCH} +DISTNAME= ${PORTNAME}clc_${PORTVERSION}_i386 MAINTAINER= ports@FreeBSD.org COMMENT= eDonkey2000 'core' command line client -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/net-p2p/linux-edonkey-server/Makefile b/net-p2p/linux-edonkey-server/Makefile index ecb785099252..14b263ea0a1e 100644 --- a/net-p2p/linux-edonkey-server/Makefile +++ b/net-p2p/linux-edonkey-server/Makefile @@ -19,12 +19,12 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= A decentralized peer-to-peer file-sharing server (eDonkey2000 server) -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes NO_WRKSUBDIR= yes NO_BUILD= yes # -PKGDEINSTALL= ${PKGINSTALL} +PKGDEINSTALL= ${PKGINSTALL} BINARY_NAME= dserver RC_SAMPLE= edonkey2000-server.sh.sample diff --git a/net-p2p/linux-edonkey-tool-recovermet/Makefile b/net-p2p/linux-edonkey-tool-recovermet/Makefile index 0e89235baf59..93fad59c78f9 100644 --- a/net-p2p/linux-edonkey-tool-recovermet/Makefile +++ b/net-p2p/linux-edonkey-tool-recovermet/Makefile @@ -18,7 +18,7 @@ DISTNAME= ed2k_recovermet-0.2_alpha MAINTAINER= ports@FreeBSD.org COMMENT= Tool that tries to re-create x.part.met files compromised due to crash -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes USE_LINUX= yes NO_WRKSUBDIR= yes diff --git a/net-p2p/linux-jigdo/Makefile b/net-p2p/linux-jigdo/Makefile index 9e696962fae8..71cabdbc0e4f 100644 --- a/net-p2p/linux-jigdo/Makefile +++ b/net-p2p/linux-jigdo/Makefile @@ -20,7 +20,7 @@ COMMENT= A tool designed to ease the distribution of very large files RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= YES USE_LINUX= yes NO_BUILD= yes |