git: 2f17695b024d - main - multimedia/vcdgear: remove powerpc64 and powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Apr 15 13:46:58 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2f17695b024d3c6ae22ef460cbd7e466c87f282b
commit 2f17695b024d3c6ae22ef460cbd7e466c87f282b
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-15 13:46:46 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-15 13:46:46 +0000
multimedia/vcdgear: remove powerpc64 and powerpc
I just now noticed that the port uses pre-built binaries for i386 and amd64.
---
multimedia/vcdgear/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multimedia/vcdgear/Makefile b/multimedia/vcdgear/Makefile
index 0feaf9f3625f..3f20476c66e7 100644
--- a/multimedia/vcdgear/Makefile
+++ b/multimedia/vcdgear/Makefile
@@ -9,7 +9,7 @@ DISTNAME= ${PORTNAME}16d_i386_freebsd42
MAINTAINER= ports at FreeBSD.org
COMMENT= Tool to convert VCDs from cue/bin format to mpeg
-ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc
+ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}/vcdgear16
NO_BUILD= yes
More information about the dev-commits-ports-all
mailing list