aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vcdgear
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-10-19 15:16:24 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-10-19 15:16:24 +0000
commitb390f9775eda75325c84fc9bc1647957414716b2 (patch)
treee6bd265336cd88051f2cf75b5b98a8e4e3862017 /multimedia/vcdgear
parent546945a84f86d40f87ad1285232a5e476a1b55e0 (diff)
downloadports-b390f9775eda75325c84fc9bc1647957414716b2.tar.gz
ports-b390f9775eda75325c84fc9bc1647957414716b2.zip
works on amd64 with 32bit compat to - so add amd64 to ONLY_FOR_ARCHS and
map it to the 32bit binary which is provided
Notes
Notes: svn path=/head/; revision=145874
Diffstat (limited to 'multimedia/vcdgear')
-rw-r--r--multimedia/vcdgear/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vcdgear/Makefile b/multimedia/vcdgear/Makefile
index 388397310d97..89e38d8740eb 100644
--- a/multimedia/vcdgear/Makefile
+++ b/multimedia/vcdgear/Makefile
@@ -13,14 +13,14 @@ MASTER_SITES= http://www.vcdgear.com/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool to convert VCDs from cue/bin format to mpeg
-ONLY_FOR_ARCHS= alpha i386
+ONLY_FOR_ARCHS= alpha i386 amd64
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300004
IGNORE= "Only an ELF binary is distributed; requires FreeBSD 3.1 or later"
.endif
-.if ${ARCH} == i386
+.if ${ARCH} == i386 || ${ARCH} == amd64
DISTNAME= ${PORTNAME}16d_i386_freebsd42
.elif ${ARCH} == alpha
DISTNAME= ${PORTNAME}16d_alpha_freebsd41