diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-04-08 03:32:39 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-04-08 03:32:39 +0000 |
commit | 48bf46b7eb50509ceb4dc97133a64d622e5d8f1b (patch) | |
tree | 67abadb4dabd3ffaa66bf354da98a0009483d6d8 /devel/p4v/Makefile | |
parent | 4e7bf2ca565d48eebee55bc8e82328859b8d5e45 (diff) |
Notes
Diffstat (limited to 'devel/p4v/Makefile')
-rw-r--r-- | devel/p4v/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p4v/Makefile b/devel/p4v/Makefile index 58febfce5743..abcd79f91059 100644 --- a/devel/p4v/Makefile +++ b/devel/p4v/Makefile @@ -8,7 +8,8 @@ PORTNAME= p4v PORTVERSION= 2007.3.149519 CATEGORIES= devel -MASTER_SITES= http://filehost.perforce.com/perforce/r07.3/bin.freebsd60x86/ +MASTER_SITES= \ + http://filehost.perforce.com/perforce/r07.3/bin.freebsd60x86${MACHINE_ARCH:Mamd64:S/^amd/_/}/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} @@ -19,7 +20,7 @@ COMMENT= Visual client for Perforce SCM NO_CDROM= Binary redistribution restrictions in effect RESTRICTED= ${NO_CDROM} -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= amd64 i386 NO_BUILD= yes USE_LDCONFIG= yes |