diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 08:35:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 08:35:29 +0800 |
commit | fc96d103f75456568f63819df288941f757eed90 (patch) | |
tree | 3aa7ef950d7e1100be1e197212350fafc67f69b1 /sysutils/cdrdao/Makefile | |
parent | 6cb8f21dd49f7c144b72549ca145499738b53733 (diff) | |
download | freebsd-ports-gnome-fc96d103f75456568f63819df288941f757eed90.tar.gz freebsd-ports-gnome-fc96d103f75456568f63819df288941f757eed90.tar.zst freebsd-ports-gnome-fc96d103f75456568f63819df288941f757eed90.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils/cdrdao/Makefile')
-rw-r--r-- | sysutils/cdrdao/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 9734f03cd4d7..958499f2dcd5 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -69,6 +69,11 @@ CONFIGURE_ARGS+= --without-pcctsbin --without-pcctsinc \ MAKE_ENV= CCOM=cc LANG=C SCSILIBTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc +BROKEN_aarch64= Fails to install: gmake: p: Command not found +BROKEN_armv6= Fails to install: gmake: p: Command not found +BROKEN_mips= Fails to install: gmake: p: Command not found +BROKEN_mips64= Fails to install: gmake: p: Command not found + .include <bsd.port.pre.mk> post-extract: |